From 46aa9eeca744f0220715f2802bc2ee3e13790a5f Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Wed, 16 Jan 2013 10:36:24 +0100 Subject: [PATCH] [-] BO : fixed bug #PSCFV-6623 - fixed Parse error --- controllers/admin/AdminShopController.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/controllers/admin/AdminShopController.php b/controllers/admin/AdminShopController.php index e9a5f0b0f..26da9fdc4 100755 --- a/controllers/admin/AdminShopController.php +++ b/controllers/admin/AdminShopController.php @@ -665,8 +665,8 @@ class AdminShopControllerCore extends AdminController 'icon' => 'themes/'.$this->context->employee->bo_theme.'/img/tree-multishop-groups.png', 'attr' => array( 'href' => $this->context->link->getAdminLink('AdminShop').'&id_shop_group='.$id_shop_group, - 'title' => sprintf($this->l('Click here to display the shops in group %s', 'AdminShop', false, false)), $row['group_name']), - ) + 'title' => sprintf($this->l('Click here to display the shops in group %s', 'AdminShop', false, false), $row['group_name']), + ), ), 'attr' => array( 'id' => 'tree-group-'.$id_shop_group, @@ -685,7 +685,7 @@ class AdminShopControllerCore extends AdminController 'icon' => 'themes/'.$this->context->employee->bo_theme.'/img/tree-multishop-shop.png', 'attr' => array( 'href' => $this->context->link->getAdminLink('AdminShopUrl').'&id_shop='.$id_shop, - 'title' => sprintf($this->l('Click here to display the URLs of shops %s', 'AdminShop', false, false)), $row['shop_name']), + 'title' => sprintf($this->l('Click here to display the URLs of shops %s', 'AdminShop', false, false), $row['shop_name']), ) ), 'attr' => array(