From 48a3d631c34b18fadfe30355fdaf80101494ea80 Mon Sep 17 00:00:00 2001 From: aKorczak Date: Tue, 21 Feb 2012 17:14:06 +0000 Subject: [PATCH] [-] WS : Fix bug from 1.4 Groups for entity customers API git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13517 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/Customer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Customer.php b/classes/Customer.php index 1b745e19f..afce3d9bd 100644 --- a/classes/Customer.php +++ b/classes/Customer.php @@ -758,7 +758,7 @@ class CustomerCore extends ObjectModel FROM '._DB_PREFIX_.'customer_group cg WHERE cg.`id_customer` = '.(int)$this->id); } - + public function setWsGroups($result) { $groups = array();