From 709cfa89f135c5fe3e3f9aefa14b0c7536c736ac Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sun, 29 Apr 2018 00:49:22 +0900 Subject: [PATCH] Update base.php --- system/base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/base.php b/system/base.php index 030f0ad..093bec3 100644 --- a/system/base.php +++ b/system/base.php @@ -104,7 +104,7 @@ if(!function_exists("loadRoute")) { if(file_exists($routefile)) { $flag = $flag && !include_isolate($routefile, $data); register_loaded("route", $routefile); - } else + } else { set_error("Route " . $name . "dose not exists"); } }