From 5e2c9afe74ef1e0f9764ee816968d49b8d739cfe 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 --- 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();