Fix: add core path

This commit is contained in:
Regis Houssin 2010-03-30 17:18:10 +00:00
parent c7134b5027
commit 353b972011

View File

@ -84,6 +84,8 @@ class Conf
// Add root path
$this->include_path[] = DOL_DOCUMENT_ROOT."/";
// Add core path
$this->include_path[] = DOL_DOCUMENT_ROOT."/core/";
// Add library path
$this->include_path[] = DOL_DOCUMENT_ROOT."/lib/";