git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15776 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fBrignoli
2012-05-31 13:48:40 +00:00
parent bc7db4c4b7
commit f5ce714fd3
+1 -1
View File
@@ -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));