[*] BO : #PSCFV-3710 : select a current theme in AdminTranslations

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17088 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-08-30 09:13:36 +00:00
parent 996db45b8b
commit 267a408cdf
2 changed files with 6 additions and 4 deletions
@@ -197,6 +197,7 @@ class AdminTranslationsControllerCore extends AdminController
'packs_to_update' => $packs_to_update,
'url_submit' => self::$currentIndex.'&token='.$this->token,
'themes' => $this->themes,
'id_theme_current' => $this->context->shop->id_theme,
'url_create_language' => 'index.php?controller=AdminLanguages&addlang&token='.$token,
);