// Fix helper translations

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10548 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2011-11-23 15:28:05 +00:00
parent 8370b1cd15
commit 5dbd54ff5f
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -1554,6 +1554,8 @@ class AdminControllerCore extends Controller
// @todo : change AdminTab to Helper
if ( isset($_LANGADM[$class.$key]))
$str = $_LANGADM[$class.$key];
elseif ( isset($_LANGADM['helper'.$key]))
$str = $_LANGADM['helper'.$key];
elseif ( isset($_LANGADM['admintab'.$key]))
$str = $_LANGADM['admintab'.$key];
else