From 4c0a7ca1610706a42de669cfbb70f31ddd85bc79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Gaillard?= Date: Fri, 15 Mar 2013 12:07:53 +0100 Subject: [PATCH] // delete multishop toolbar on adminstatuses --- controllers/admin/AdminStatusesController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/admin/AdminStatusesController.php b/controllers/admin/AdminStatusesController.php index bff72073c..e1cc6f887 100644 --- a/controllers/admin/AdminStatusesController.php +++ b/controllers/admin/AdminStatusesController.php @@ -35,6 +35,7 @@ class AdminStatusesControllerCore extends AdminController $this->colorOnBackground = false; $this->bulk_actions = array('delete' => array('text' => $this->l('Delete selected'), 'confirm' => $this->l('Delete selected items?'))); $this->context = Context::getContext(); + $this->multishop_context = Shop::CONTEXT_ALL; $this->imageType = 'gif'; $this->fieldImageSettings = array( 'name' => 'icon',