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

use string name of module instead of object itself fixes #6030

parent 3644b28f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -126,7 +126,7 @@ class FrontController extends Singleton ...@@ -126,7 +126,7 @@ class FrontController extends Singleton
} }
if ($action === false) { if ($action === false) {
$this->triggerControllerActionNotFoundError($controller, $controllerAction); $this->triggerControllerActionNotFoundError($module, $controllerAction);
} }
} }
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter