Skip to content
Extraits de code Groupes Projets
Valider 1504ebb3 rédigé par mattab's avatar mattab
Parcourir les fichiers

Hide error when reading the Plugins array, when this function is called before...

Hide error when reading the Plugins array, when this function is called before we have a config.ini.php file
fixes https://github.com/PiwikPRO/plugin-EnterpriseAdmin/issues/31
parent e0fb780e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -779,7 +779,7 @@ class Manager extends Singleton
public function getActivatedPluginsFromConfig()
{
$plugins = Config::getInstance()->Plugins['Plugins'];
$plugins = @Config::getInstance()->Plugins['Plugins'];
return $this->makePluginsToLoad($plugins);
}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter