Fix remove warning

This commit is contained in:
Laurent Destailleur 2015-08-31 19:02:14 +02:00
parent 6fd6df81ca
commit 9aa60e1ae1

View File

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