[-] WS : Fix bug from 1.4 Groups for entity customers API

This commit is contained in:
aKorczak
2012-02-21 17:14:06 +00:00
parent 80971f2946
commit 5e2c9afe74
+1 -1
View File
@@ -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();