// perf
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15776 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -89,7 +89,7 @@ class TranslateCore
|
||||
* @param $lang_array global array of admin translations
|
||||
* @return string translation
|
||||
*/
|
||||
public static function getGenericAdminTranslation($string, $key = null, $lang_array)
|
||||
public static function getGenericAdminTranslation($string, $key = null, &$lang_array)
|
||||
{
|
||||
if (is_null($key))
|
||||
$key = md5(str_replace('\'', '\\\'', $string));
|
||||
|
||||
Reference in New Issue
Block a user