summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php
index 6db9f91fe..94f720137 100644
--- a/lib/common.php
+++ b/lib/common.php
@@ -32,7 +32,7 @@ define_syslog_variables();
# append our extlib dir as the last-resort place to find libs
-set_include_path(array_merge(get_include_path(), array(INSTALLDIR . '/extlib/')));
+set_include_path(get_include_path() . PATH_SEPARATOR . INSTALLDIR . '/extlib/');
# global configuration object