// fix bug in AdminController method initView()
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10455 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -1371,12 +1371,12 @@ class AdminControllerCore extends Controller
|
||||
/**
|
||||
* Override to init display of the view page
|
||||
*/
|
||||
public function initView($tpl = false)
|
||||
public function initView()
|
||||
{
|
||||
$helper = new HelperView($this);
|
||||
$this->setHelperDisplay($helper);
|
||||
$helper->tpl_vars = $this->tpl_view_vars;
|
||||
$view = $helper->generateView($tpl);
|
||||
$view = $helper->generateView();
|
||||
$this->toolbar_fix = false;
|
||||
|
||||
return $view;
|
||||
|
||||
Reference in New Issue
Block a user