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