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'))) {