// Fix #PSFV-48
This commit is contained in:
@@ -57,7 +57,7 @@ class WishList extends ObjectModel
|
||||
|
||||
public function getFields()
|
||||
{
|
||||
parent::validateFields();
|
||||
$this->validateFields();
|
||||
$fields['id_customer'] = (int)($this->id_customer);
|
||||
$fields['token'] = pSQL($this->token);
|
||||
$fields['name'] = pSQL($this->name);
|
||||
|
||||
Reference in New Issue
Block a user