Fix var not initialized
This commit is contained in:
parent
a639308601
commit
7dcb3bf6fc
@ -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