]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix include path bug
authorEvan Prodromou <evan@prodromou.name>
Fri, 22 Aug 2008 21:06:54 +0000 (17:06 -0400)
committerEvan Prodromou <evan@prodromou.name>
Fri, 22 Aug 2008 21:06:54 +0000 (17:06 -0400)
darcs-hash:20080822210654-84dde-68595effcfc11d5e4497c72b189b5f046a8b3ca6.gz

lib/common.php

index 6db9f91fe4efc757de40b7fff86bbb848a77d788..94f720137bcb57d6486f7dfc1e1e19e95fe44405 100644 (file)
@@ -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