Changed Request::uri() call to System\Request::uri().
This commit is contained in:
@@ -164,7 +164,7 @@ $response = System\Routing\Filter::call('before', array(), true);
|
||||
// --------------------------------------------------------------
|
||||
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')))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user