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',