zepelucheclub.com Posted November 19, 2022 Share Posted November 19, 2022 j ai ce bug dans le fichier modules.php à la ligne 314 foreach (self::$modules_cache[$this->name] as $key => $value) { if (array_key_exists($key, $this)) { Link to comment Share on other sites More sharing options...
Eolia Posted November 19, 2022 Share Posted November 19, 2022 foreach (self::$modules_cache[$this->name] as $key => $value) { if (array_key_exists($key, (array)$this)) { $this->{$key} = $value; } } Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now