[-] BO: Fix #PSCFV-5109 translations of admin module controller

This commit is contained in:
rGaillard
2012-11-15 15:39:51 +00:00
parent d99a7c4394
commit 891666cf4a
+1 -1
View File
@@ -62,7 +62,7 @@ class TranslateCore
if (class_exists($class_name_controller) && Module::getModuleNameFromClass($class_name_controller))
{
$string = str_replace('\'', '\\\'', $string);
return Translate::getModuleTranslation(Module::$classInModule[$class_name_controller], $string, $class);
return Translate::getModuleTranslation(Module::$classInModule[$class_name_controller], $string, $class_name_controller);
}
}