mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 09:38:23 +01:00
Fix var not initialized
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user