From ede3e12620b943519e390fc1bdd5958ea84c3fa1 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 4 Aug 2011 10:07:13 -0500 Subject: [PATCH] Changed Request::uri() call to System\Request::uri(). --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.php b/public/index.php index a800cfe3..ef06b8b9 100644 --- a/public/index.php +++ b/public/index.php @@ -164,7 +164,7 @@ // -------------------------------------------------------------- if (is_null($response)) { - $segments = explode('/', $uri = Request::uri()); + $segments = explode('/', $uri = System\Request::uri()); if (in_array($segments[0], System\Config::get('application.modules'))) {