Fix: add core path
This commit is contained in:
parent
c7134b5027
commit
353b972011
@ -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/";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user