diff --git a/system/base.php b/system/base.php index b8b1741..cf18ad3 100644 --- a/system/base.php +++ b/system/base.php @@ -308,11 +308,15 @@ if(!function_exists("get_routes")) { $scope = array(); -set_scope("loaded", array( - "module" => array(), - "helper" => array(), - "view" => array(), - "route" => array(), -)); +set_scope( + "loaded", + array( + "module" => array(), + "helper" => array(), + "view" => array(), + "route" => array(), + "vendor" => array() + ) +); set_scope("errors", array());