This commit is contained in:
thinkphp
2018-04-24 12:19:51 +08:00
parent e255100c7f
commit d44266b747

View File

@@ -77,7 +77,7 @@ class Php
App::$debug && Log::record('[ VIEW ] ' . $template . ' [ ' . var_export(array_keys($data), true) . ' ]', 'info');
extract($data, EXTR_OVERWRITE);
include $template;
include $this->template;
}
/**