Fix: add "set_include_path"

This commit is contained in:
Regis Houssin 2010-03-30 17:03:46 +00:00
parent 281805991a
commit 55b313f798

View File

@ -83,7 +83,7 @@ class Conf
dol_syslog("Conf::setValues");
// Add root path
$this->include_path[] = DOL_DOCUMENT_ROOT;
$this->include_path[] = DOL_DOCUMENT_ROOT."/";
// Add library path
$this->include_path[] = DOL_DOCUMENT_ROOT."/lib/";