// Fix to translations

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11470 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2011-12-21 11:05:55 +00:00
parent 16de8f7129
commit 3f3f99bded
9 changed files with 20 additions and 9 deletions
@@ -1047,7 +1047,7 @@ class AdminTranslationsControllerCore extends AdminController
);
// Add js variables needed for autotranslate
$this->tpl_view_vars = array_merge($this->tpl_view_vars, $this->initAutoTranslate());
//$this->tpl_view_vars = array_merge($this->tpl_view_vars, $this->initAutoTranslate());
$this->initToolbar();
$this->base_tpl_view = 'translation_form.tpl';