// same on admintabs

This commit is contained in:
Rémi Gaillard
2013-03-15 12:11:47 +01:00
parent 868926f24a
commit 0e7ded19c1

View File

@@ -31,6 +31,7 @@ class AdminTabsControllerCore extends AdminController
public function __construct()
{
$this->context = Context::getContext();
$this->multishop_context = Shop::CONTEXT_ALL;
$this->table = 'tab';
$this->className = 'Tab';
$this->lang = true;