From 0183eab2cc8637e31876808142742c33ccfa8ae3 Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Tue, 16 Jul 2013 01:00:03 +0300 Subject: [PATCH] fix request dispatch --- ipf/project.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipf/project.php b/ipf/project.php index c6a4e7a..c75fb95 100644 --- a/ipf/project.php +++ b/ipf/project.php @@ -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; } -- 2.49.0