// Fixed #PSFV-500
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13263 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -1001,7 +1001,7 @@ class AdminTranslationsControllerCore extends AdminController
|
||||
$prefix_key = 'Admin'.ucfirst(substr($tmp, strrpos($tmp, DIRECTORY_SEPARATOR) + 1, $pos));
|
||||
|
||||
// Adding list, form, option in Helper Translations
|
||||
if ($prefix_key == 'AdminHelper' || $prefix_key == 'AdminList' || $prefix_key == 'AdminOptions' || $prefix_key == 'AdminForm')
|
||||
if ($prefix_key == 'AdminHelpers' || $prefix_key == 'AdminList' || $prefix_key == 'AdminOptions' || $prefix_key == 'AdminForm')
|
||||
$prefix_key = 'Helper';
|
||||
|
||||
// Adding the folder backup/download/ in AdminBackup Translations
|
||||
@@ -1051,6 +1051,7 @@ class AdminTranslationsControllerCore extends AdminController
|
||||
$tabs_array[$prefix_key] = $new_lang;
|
||||
$count += count($new_lang);
|
||||
}
|
||||
|
||||
// with php then tpl files, order can be a mess
|
||||
asort($tabs_array);
|
||||
|
||||
|
||||
+626
-620
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user