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