Skip to content
Snippets Groups Projects
Commit eda34ad8 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

En cas de mauvaise action

parent c2ce1243
No related branches found
No related tags found
No related merge requests found
......@@ -238,6 +238,8 @@ class OseAdmin
} elseif (is_dir($cible . $action)) {
$sousAction = $this->getConsole()->getArg(2);
$filename = $cible . $action . '/actions/' . $sousAction . '.php';
} else {
$filename = null;
}
if ($filename) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment