From: Andrey Kutejko Date: Mon, 15 Jul 2013 22:00:03 +0000 (+0300) Subject: fix request dispatch X-Git-Tag: 0.5~163 X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=0183eab2cc8637e31876808142742c33ccfa8ae3;p=ipf.git fix request dispatch --- 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; }