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

On n'ajoute qu'une seule fois les VH de navigation

parent affaf5bc
No related branches found
No related tags found
No related merge requests found
Pipeline #5150 failed
......@@ -126,8 +126,10 @@ class Module implements
'plan' => 'UnicaenApp\View\Helper\Navigation\Plan',
);
foreach ($invokables as $key => $value) {
if (!$nvh->getPluginManager()->has($key)) {
$nvh->getPluginManager()->setInvokableClass($key, $value);
}
}
(new ModalListener())->attach($eventManager);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment