[-] 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
This commit is contained in:
tDidierjean
2012-04-19 08:40:13 +00:00
parent e8fc403d5a
commit dac784f83e
2 changed files with 5 additions and 2 deletions

View File

@@ -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;