You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In AvS_FastSimpleImport_Model_Import_Entity_Product::_getUploader and AvS_FastSimpleImport_Model_Import_Entity_Product::_getDownloadableUploader respectively, the @ is used to suppress errors. This should be avoided. A proper exception should be thrown if there is an issue. Additionally, if the directory is not writable, we should probably do a chmod instead of a mkdir.
The text was updated successfully, but these errors were encountered:
In
AvS_FastSimpleImport_Model_Import_Entity_Product::_getUploader
andAvS_FastSimpleImport_Model_Import_Entity_Product::_getDownloadableUploader
respectively, the@
is used to suppress errors. This should be avoided. A proper exception should be thrown if there is an issue. Additionally, if the directory is not writable, we should probably do achmod
instead of amkdir
.The text was updated successfully, but these errors were encountered: