修正几处已知bug

This commit is contained in:
2018-03-07 12:51:32 +08:00
parent 047e41a8d9
commit 81fa6b30a2
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ class Upload extends Admin {
public function _empty() {
$controller = controller('common/Upload');
$action = ACTION_NAME;
$action = $this->request->action();
return $controller->$action();
}
}