Commit 2f59d0bd by 冷斌

fix bug

parent fcac7e7d
......@@ -209,8 +209,6 @@ class Upload {
} else {
$this->error = $this->uploader->getError();
}
var_dump($file, $this->replace, $this->uploader->getError() );
die;
}
if(isset($finfo)){
finfo_close($finfo);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment