// Module upload error message

This commit is contained in:
François Gaillard
2013-01-17 10:26:45 +01:00
parent 1c0d0969fa
commit 8d795f46ad

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;
}