mirror of
https://github.com/getgrav/grav.git
synced 2026-07-11 09:52:22 +02:00
fix
This commit is contained in:
@@ -331,7 +331,7 @@ abstract class Utils
|
||||
*/
|
||||
public static function arrayLower(Array $a)
|
||||
{
|
||||
return array_combine(array_map('strtolower', $a), $a);
|
||||
return array_map('mb_strtolower', $a);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user