Update base.php

This commit is contained in:
Namhyeon Go 2018-09-20 13:03:09 +09:00 committed by GitHub
parent 55946fcba9
commit 3793f0307d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -308,11 +308,15 @@ if(!function_exists("get_routes")) {
$scope = array(); $scope = array();
set_scope("loaded", array( set_scope(
"module" => array(), "loaded",
"helper" => array(), array(
"view" => array(), "module" => array(),
"route" => array(), "helper" => array(),
)); "view" => array(),
"route" => array(),
"vendor" => array()
)
);
set_scope("errors", array()); set_scope("errors", array());