// Module upload error message

This commit is contained in:
Francois Gaillard
2013-01-17 10:26:45 +01:00
parent 4059f95086
commit c550a6494e
+1 -1
View File
@@ -857,7 +857,7 @@ abstract class ModuleCore
if (!Validate::isModuleName($module_name))
{
if (_PS_MODE_DEV_)
die(Tools::displayError());
die(Tools::displayError($module_name.' is not a valid module name.'));
return false;
}