Update base.php

This commit is contained in:
Namhyeon Go 2018-04-14 02:01:06 +09:00 committed by GitHub
parent 2644007e50
commit b9eadfb83b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ if(!function_exists("loadHelper")) {
register_loaded("helper", $helperfile);
}
}
return !$flag;
return !$flag;
}
}