Fix var not initialized

This commit is contained in:
Laurent Destailleur
2018-01-27 19:29:57 +01:00
parent f2a3c83053
commit f1cd905bf1

View File

@@ -111,6 +111,9 @@ class ExtraFields
{
$this->db = $db;
$this->error = array();
$this->attributes = array();
// For old usage
$this->attribute_elementtype = array();
$this->attribute_type = array();
$this->attribute_label = array();