// Fix deutsch subject mail and encoding characters in mails

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14805 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-04-23 09:42:13 +00:00
parent 60a140c91f
commit 610d582d0f
52 changed files with 1328 additions and 1330 deletions
@@ -565,7 +565,7 @@ class AdminTranslationsControllerCore extends AdminController
if ($is_default)
{
$post_key = md5(strtolower($module_name).'_'.self::DEFAULT_THEME_NAME.'_'.strtolower($template_name).'_'.md5($key));
$pattern = '\'<{'.strtolower($module_name).'}'.'prestashop'.'>'.strtolower($template_name).'_'.md5($key).'\'';
$pattern = '\'<{'.strtolower($module_name).'}prestashop>'.strtolower($template_name).'_'.md5($key).'\'';
}
else
{