// fix added toolbar in AdminTranslationsController

This commit is contained in:
lLefevre
2011-11-22 15:54:14 +00:00
parent 785704d934
commit 2c417729d9
8 changed files with 519 additions and 478 deletions
+2 -2
View File
@@ -1371,12 +1371,12 @@ class AdminControllerCore extends Controller
/**
* Override to init display of the view page
*/
public function initView()
public function initView($tpl = false)
{
$helper = new HelperView($this);
$this->setHelperDisplay($helper);
$helper->tpl_vars = $this->tpl_view_vars;
$view = $helper->generateView();
$view = $helper->generateView($tpl);
$this->toolbar_fix = false;
return $view;