X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=module%2FApplication%2FModule.php;h=5f9342686cc52d54e6f3cbb85ca4faaea28782e2;hb=7889d92c1550c6122119815ad673d186fee4f415;hp=a540a11f8d7d3f544843c47060db1cd6520438ed;hpb=7a482c8f4e56f572888c780da6c1912facd26850;p=zf2.biz%2Fapplication_blanche.git diff --git a/module/Application/Module.php b/module/Application/Module.php index a540a11..5f93426 100644 --- a/module/Application/Module.php +++ b/module/Application/Module.php @@ -11,7 +11,7 @@ class Module implements AutoloaderProvider public function init(Manager $moduleManager) { $events = $moduleManager->events(); - $sharedEvents = $events->getSharedCollections(); + $sharedEvents = $events->getSharedManager(); $sharedEvents->attach('bootstrap', 'bootstrap', array($this, 'initializeView'), 100); }