1、更新tp5内核
2、修复后台文档模型创建的bug
This commit is contained in:
@@ -39,6 +39,9 @@ class Think
|
||||
if (empty($this->config['view_path'])) {
|
||||
$this->config['view_path'] = App::$modulePath . 'view' . DS;
|
||||
}
|
||||
if (App::$debug) {
|
||||
$this->config['tpl_cache'] = false;
|
||||
}
|
||||
$this->template = new Template($this->config);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user