fix : Undefined property

This commit is contained in:
Philippe Grand 2011-03-03 21:44:23 +00:00
parent 8878af0872
commit cf0638f238

View File

@ -231,6 +231,7 @@ class Conf
// For backward compatibility
// TODO Replace this->xxx->enabled by this->modulename->enabled to remove this code
if ( isset($this->compta->enabled))
$this->compta->enabled=$this->comptabilite->enabled;
$this->propal->enabled=defined("MAIN_MODULE_PROPALE")?MAIN_MODULE_PROPALE:0;