// fix bug upload image

This commit is contained in:
lLefevre
2011-12-27 08:53:27 +00:00
parent cb9294f2c6
commit abd89081ee
4 changed files with 12 additions and 17 deletions
-1
View File
@@ -87,7 +87,6 @@ class FileUploaderCore
if($this->allowedExtensions && !in_array(strtolower($ext), $this->allowedExtensions))
return array('error' => Tools::displayError('File has an invalid extension, it should be one of '). $these . '.');
return $this->file->save();
}