* Format code.

This commit is contained in:
滔哥
2018-10-24 16:18:41 +08:00
parent 033044acca
commit af842dfddb
+2 -2
View File
@@ -365,8 +365,8 @@ class file extends control
if($_POST)
{
$this->app->loadLang('action');
$file = $this->file->getByID($fileID);
$data = fixer::input('post')->get();
$file = $this->file->getByID($fileID);
$data = fixer::input('post')->get();
if(validater::checkLength($data->fileName, 80, 1) == false)
{
$errTip = $this->lang->error->length;