From 3793f0307df756fb2609898b89c900f2d79b5e38 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 20 Sep 2018 13:03:09 +0900 Subject: [PATCH] Update base.php --- system/base.php | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) 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());