[-] BO : fix #PSTEST-1175 - duplicate text in toolbar in AdminAttributesGroups

This commit is contained in:
tDidierjean
2012-04-19 08:40:13 +00:00
parent ae0d7472be
commit e598bee07d
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;