From 47ab435f03bcb970c4ff79da8c937a5dbfaa03bd Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Mon, 5 Mar 2012 15:19:52 +0000 Subject: [PATCH] //small fix --- 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