Fix var not initialized
This commit is contained in:
parent
f2a3c83053
commit
f1cd905bf1
@ -111,6 +111,9 @@ class ExtraFields
|
|||||||
{
|
{
|
||||||
$this->db = $db;
|
$this->db = $db;
|
||||||
$this->error = array();
|
$this->error = array();
|
||||||
|
$this->attributes = array();
|
||||||
|
|
||||||
|
// For old usage
|
||||||
$this->attribute_elementtype = array();
|
$this->attribute_elementtype = array();
|
||||||
$this->attribute_type = array();
|
$this->attribute_type = array();
|
||||||
$this->attribute_label = array();
|
$this->attribute_label = array();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user