]> git.andy128k.dev Git - ipf.git/commitdiff
fix request dispatch
authorAndrey Kutejko <andy128k@gmail.com>
Mon, 15 Jul 2013 22:00:03 +0000 (01:00 +0300)
committerAndrey Kutejko <andy128k@gmail.com>
Mon, 15 Jul 2013 22:00:03 +0000 (01:00 +0300)
ipf/project.php

index c6a4e7a3ceb470c304a9883facaaf038480e9054..c75fb95e81b7b553682b3e27b33aa7998b6c38f4 100644 (file)
@@ -109,7 +109,7 @@ final class IPF_Project
             $this->loadAllModels();
 
             $this->request = new IPF_HTTP_Request;
-            $this->router->dispatch($request);
+            $this->router->dispatch($this->request);
             $this->request = null;
         }