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