Bug in var naming.
authorBostjanOb <bostjan@muha.cc>
Thu, 22 Dec 2011 13:14:29 +0000 (14:14 +0100)
committerBostjanOb <bostjan@muha.cc>
Thu, 22 Dec 2011 13:14:29 +0000 (14:14 +0100)
module/Application/Module.php

index ac25243..6318f22 100644 (file)
@@ -67,9 +67,9 @@ class Module implements AutoloaderProvider
             return $this->view;
         }
 
-        $di     = $app->getLocator();
-        $view   = $di->get('view');
-        $url    = $view->plugin('url');
+        $location   = $app->getLocator();
+        $view       = $di->get('view');
+        $url        = $view->plugin('url');
         $url->setRouter($app->getRouter());
 
         $view->plugin('headTitle')->setSeparator(' - ')