// Fix module translation in the core

This commit is contained in:
Damien Metzger
2013-04-23 20:25:28 +02:00
parent 2c802ad4ec
commit 9eb84825a6
2 changed files with 2 additions and 2 deletions
@@ -827,7 +827,7 @@ class AdminTranslationsControllerCore extends AdminController
}
else
{
$post_key = md5(strtolower($module_name).'_'.self::DEFAULT_THEME_NAME.'_'.strtolower($template_name).'_'.md5($key));
$post_key = md5(strtolower($module_name).'_'.strtolower($template_name).'_'.md5($key));
$pattern = '\'<{'.strtolower($module_name).'}prestashop>'.strtolower($template_name).'_'.md5($key).'\'';
}