FIX error creating default object from empty value
This commit is contained in:
parent
04d8bf7a1a
commit
9f4ec3dbdf
@ -110,6 +110,7 @@ class Conf
|
|||||||
$this->bank = new stdClass();
|
$this->bank = new stdClass();
|
||||||
$this->notification = new stdClass();
|
$this->notification = new stdClass();
|
||||||
$this->mailing = new stdClass();
|
$this->mailing = new stdClass();
|
||||||
|
$this->expensereport = new stdClass();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user