From dac784f83eeb02be43e3940516ee4f50ea141502 Mon Sep 17 00:00:00 2001 From: tDidierjean Date: Thu, 19 Apr 2012 08:40:13 +0000 Subject: [PATCH] [-] BO : fix #PSTEST-1175 - duplicate text in toolbar in AdminAttributesGroups git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14755 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/controller/AdminController.php | 5 +++++ controllers/admin/AdminAttributesGroupsController.php | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/classes/controller/AdminController.php b/classes/controller/AdminController.php index 528a3b6b5..57d9c3f36 100644 --- a/classes/controller/AdminController.php +++ b/classes/controller/AdminController.php @@ -247,6 +247,11 @@ class AdminControllerCore extends Controller public $multishop_context = -1; + /** + * Current breadcrumb position as an array of tab names + */ + protected $breadcrumbs; + public function __construct() { global $timer_start; diff --git a/controllers/admin/AdminAttributesGroupsController.php b/controllers/admin/AdminAttributesGroupsController.php index fd30dfeef..1703cc750 100644 --- a/controllers/admin/AdminAttributesGroupsController.php +++ b/controllers/admin/AdminAttributesGroupsController.php @@ -503,8 +503,6 @@ class AdminAttributesGroupsControllerCore extends AdminController public function initToolbarTitle() { - $this->initBreadcrumbs(); - $bread_extended = $this->breadcrumbs; switch ($this->display)