Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development

This commit is contained in:
vAugagneur
2013-01-17 13:58:55 +01:00
+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;
}