Skip to content

Commit

Permalink
MDL-16898 Extending include_path
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Oct 16, 2008
1 parent 782acec commit 19486aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions group/index.php
Expand Up @@ -11,6 +11,7 @@
require_once('../config.php');
require_once('lib.php');
require_once($CFG->libdir.'/moodlelib.php');
ini_set('include_path', $CFG->libdir.'/pear'.PATH_SEPARATOR.ini_get('include_path'));
require_once('HTML/AJAX/JSON.php');

require_js('yui_yahoo');
Expand Down

0 comments on commit 19486aa

Please sign in to comment.