From 55b313f798da1c1e93ff7012c083da23beb7432f Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 30 Mar 2010 17:03:46 +0000 Subject: [PATCH] Fix: add "set_include_path" --- htdocs/core/conf.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/conf.class.php b/htdocs/core/conf.class.php index a2c7e71aa22..8ed545028e9 100644 --- a/htdocs/core/conf.class.php +++ b/htdocs/core/conf.class.php @@ -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/";