fix: csoportellenőrzés kisbetűvel

This commit is contained in:
Wiesner András 2021-01-22 17:19:53 +01:00
parent f33fe1efcb
commit 96a69b7e94

View File

@ -92,7 +92,7 @@ function verify_group($g)
$groups = ["bíbor", "tejszín", "borostyán", "azúr", "türkiz", "aquamarin", "burgundi", "zafír", "mangó",
"levendula", "bambusz", "csipkebogyó", "mustár", "parázs", "áfonya"];
return in_array($g, $groups);
return in_array(strtolower($g), $groups);
}
// kép publikálása