Ajout rpertoire de graph

This commit is contained in:
Rodolphe Quiedeville 2005-07-22 13:53:59 +00:00
parent 5ea6fcc563
commit 2e384dffde

View File

@ -95,6 +95,9 @@ class modEnergie extends DolibarrModules
$this->remove();
$sql = array();
$this->dirs[0] = DOL_DATA_ROOT."/energie";
$this->dirs[1] = DOL_DATA_ROOT."/energie/graph";
return $this->_init($sql);
}