Update base.php

This commit is contained in:
Namhyeon Go 2018-04-29 00:49:22 +09:00 committed by GitHub
parent a60aa52cb9
commit 709cfa89f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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");
}
}