mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 21:34:59 +00:00
sf4, repair errors and make basic and admin chill pages works
This commit is contained in:
@@ -40,7 +40,9 @@ class RoleProvider
|
||||
*
|
||||
* @var array|null
|
||||
*/
|
||||
private $rolesTitlesCache = null;
|
||||
private $rolesTitlesCache = [];
|
||||
// sf4 check: mis [] au lieu de null
|
||||
// pour éviter `Warning: array_key_exists() expects parameter 2 to be array, null given` L129
|
||||
|
||||
/**
|
||||
* Add a role provider
|
||||
|
Reference in New Issue
Block a user