2
0
forked from Wavyzz/dolibarr

FIX error creating default object from empty value

This commit is contained in:
phf
2015-08-31 12:00:47 +02:00
parent 04d8bf7a1a
commit 9f4ec3dbdf

View File

@@ -110,6 +110,7 @@ class Conf
$this->bank = new stdClass();
$this->notification = new stdClass();
$this->mailing = new stdClass();
$this->expensereport = new stdClass();
}