From d1f59c337321d3762a82a72851ecaf6e00ca1be9 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Mon, 5 Mar 2012 15:19:52 +0000 Subject: [PATCH] //small fix git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13846 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminInformationController.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/controllers/admin/AdminInformationController.php b/controllers/admin/AdminInformationController.php index 5d4985f6a..5c5ea0c8a 100644 --- a/controllers/admin/AdminInformationController.php +++ b/controllers/admin/AdminInformationController.php @@ -64,10 +64,14 @@ class AdminInformationControllerCore extends AdminController ); $this->tpl_view_vars = array_merge($this->getTestResult(), $this->tpl_view_vars); - $this->toolbar_title = $this->l('Tools : Informations'); - unset($this->toolbar_btn['cancel']); return parent::renderView(); } + + public function initToolBar() + { + return; + } + /** * get all tests