Skip to content
Snippets Groups Projects
Commit bd0fc3aa authored by Brett Bieber's avatar Brett Bieber
Browse files

Fix include path

parent 9b24d4c9
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
require_once 'peoplefinder/include.php';
set_include_path(dirname(__FILE__).'/../../../lib/php'.get_include_path());
set_include_path(dirname(__FILE__).'/../../../lib/php'.PATH_SEPARATOR.get_include_path());
// http://code.google.com/p/simplecas/
require_once 'SimpleCAS/Autoload.php';
require_once 'HTTP/Request2.php';
......@@ -166,4 +166,4 @@ class elggSimpleCas {
}
?>
\ No newline at end of file
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment