后台代码格式化,内核更新

This commit is contained in:
2016-08-29 16:51:13 +08:00
parent 1710eb742c
commit dff622f0ac
21 changed files with 842 additions and 838 deletions

View File

@@ -12,9 +12,9 @@ use app\common\controller\Admin;
class Upload extends Admin {
public function _empty(){
public function _empty() {
$controller = controller('common/Upload');
$action = ACTION_NAME;
$action = ACTION_NAME;
return $controller->$action();
}
}