修正控制器错误

This commit is contained in:
thinkphp
2015-09-26 21:01:25 +08:00
parent e58fa93b59
commit 5c00b163ae

View File

@@ -17,9 +17,9 @@ class Controller {
// 视图类实例 // 视图类实例
protected $view = null; protected $view = null;
protected $config = [ protected $config = [
'before_action_list' = [], 'before_action_list' => [],
'success_tmpl' = '', 'success_tmpl' => '',
'error_tmpl' = '', 'error_tmpl' => '',
]; ];
/** /**