More verybose name for module manager options in config and updated URL helper with...
[zf2.biz/galerie.git] / modules / Application / src / Application / View / Helper / Url.php
index ccea1fe..3785c47 100644 (file)
@@ -13,7 +13,7 @@ class Url extends AbstractHelper
         $this->router = $router;
     }
 
-    public function direct($params = array(), $options = array())
+    public function __invoke($params = array(), $options = array())
     {
         if (null === $this->router) {
             return '';