Skip to content
Snippets Groups Projects
Commit afe9ab06 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

Make sure include_path is set at this point

parent dbef8264
No related branches found
No related tags found
No related merge requests found
<?php <?php
set_include_path(dirname(dirname(dirname(dirname(dirname(__FILE__))))).'/lib/php'.PATH_SEPARATOR.get_include_path());
require_once 'UNL/Services/Peoplefinder.php'; require_once 'UNL/Services/Peoplefinder.php';
//In order to avoid a "__PHP_Incomplete_Class" problem when we unserialize the Peoplefinder data we need to set up the class here //In order to avoid a "__PHP_Incomplete_Class" problem when we unserialize the Peoplefinder data we need to set up the class here
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment