From 0fe8ad5f908e469e988a1751b003100082c1e072 Mon Sep 17 00:00:00 2001 From: rMalie Date: Thu, 10 May 2012 13:16:07 +0000 Subject: [PATCH] // Fix notice in AdminShopController git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15169 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminShopController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminShopController.php b/controllers/admin/AdminShopController.php index 2596954a9..cdda64568 100755 --- a/controllers/admin/AdminShopController.php +++ b/controllers/admin/AdminShopController.php @@ -79,7 +79,7 @@ class AdminShopControllerCore extends AdminController public function initToolbar() { if (!$this->id_shop_group && $this->object && $this->object->id_shop_group) - $this->id_shop_group = $this->object->id_shop_url; + $this->id_shop_group = $this->object->id_shop_group; if (!$this->display && $this->id_shop_group) $this->toolbar_btn['edit'] = array(