Update base.php

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

View File

@ -45,10 +45,6 @@ if(!function_exists("include_isolate")) {
// load view file
if(!function_exists("renderView")) {
function renderView($name, $data=array()) {
if(count($data) > 0) {
extract($data);
}
$flag = true;
$views = explode(';', $name);
foreach($views as $name2) {