// Normalize
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13991 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -744,7 +744,7 @@ class CustomerCore extends ObjectModel
|
||||
|
||||
public function getWsGroups()
|
||||
{
|
||||
return Db::getInstance()->ExecuteS('
|
||||
return Db::getInstance()->executeS('
|
||||
SELECT cg.`id_group` as id
|
||||
FROM '._DB_PREFIX_.'customer_group cg
|
||||
WHERE cg.`id_customer` = '.(int)$this->id);
|
||||
|
||||
Reference in New Issue
Block a user