Index: branches/5.3.x/core/units/helpers/deployment_helper.php =================================================================== diff -u -N -r15483 -r15584 --- branches/5.3.x/core/units/helpers/deployment_helper.php (.../deployment_helper.php) (revision 15483) +++ branches/5.3.x/core/units/helpers/deployment_helper.php (.../deployment_helper.php) (revision 15584) @@ -1,6 +1,6 @@ out('Importing LanguagePack ... '); $filename = $this->getModuleFile('english.lang'); - $language_import_helper->performImport($filename, '|0|1|2|', $this->moduleName, LANG_SKIP_EXISTING); + $language_import_helper->performImport($filename, '|0|1|2|', $this->moduleName); $this->displayStatus('OK'); }