MDL-18474 - fix include link better... before tagging MERGED.
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@
|
||||
}
|
||||
|
||||
/// makes inclusions of the Zend Engine more reliable
|
||||
ini_set('include_path', $CFG->dirroot.DIRECTORY_SEPARATOR.'search'.DIRECTORY_SEPARATOR.PATH_SEPARATOR.ini_get('include_path'));
|
||||
ini_set('include_path', $CFG->dirroot.DIRECTORY_SEPARATOR.'search'.PATH_SEPARATOR.ini_get('include_path'));
|
||||
|
||||
require_once($CFG->dirroot.'/search/lib.php');
|
||||
require_once($CFG->dirroot.'/search/indexlib.php');
|
||||
|
||||
+1
-1
@@ -25,7 +25,7 @@
|
||||
}
|
||||
|
||||
/// makes inclusions of the Zend Engine more reliable
|
||||
ini_set('include_path', $CFG->dirroot.DIRECTORY_SEPARATOR.'search'.DIRECTORY_SEPARATOR.PATH_SEPARATOR.ini_get('include_path'));
|
||||
ini_set('include_path', $CFG->dirroot.DIRECTORY_SEPARATOR.'search'.PATH_SEPARATOR.ini_get('include_path'));
|
||||
|
||||
require_once($CFG->dirroot.'/search/lib.php');
|
||||
require_once($CFG->dirroot.'/search/indexlib.php');
|
||||
|
||||
+1
-1
@@ -38,7 +38,7 @@
|
||||
|
||||
//require_once("debugging.php");
|
||||
|
||||
ini_set('include_path', $CFG->dirroot.DIRECTORY_SEPARATOR.'search'.DIRECTORY_SEPARATOR.PATH_SEPARATOR.ini_get('include_path'));
|
||||
ini_set('include_path', $CFG->dirroot.DIRECTORY_SEPARATOR.'search'.PATH_SEPARATOR.ini_get('include_path'));
|
||||
|
||||
/// only administrators can index the moodle installation, because access to all pages is required
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
/// makes inclusions of the Zend Engine more reliable
|
||||
|
||||
ini_set('include_path', $CFG->dirroot.DIRECTORY_SEPARATOR.'search'.DIRECTORY_SEPARATOR.PATH_SEPARATOR.ini_get('include_path'));
|
||||
ini_set('include_path', $CFG->dirroot.DIRECTORY_SEPARATOR.'search'.PATH_SEPARATOR.ini_get('include_path'));
|
||||
|
||||
/// check global search is enabled
|
||||
|
||||
|
||||
+1
-1
@@ -25,7 +25,7 @@
|
||||
}
|
||||
|
||||
/// makes inclusions of the Zend Engine more reliable
|
||||
ini_set('include_path', $CFG->dirroot.DIRECTORY_SEPARATOR.'search'.DIRECTORY_SEPARATOR.PATH_SEPARATOR.ini_get('include_path'));
|
||||
ini_set('include_path', $CFG->dirroot.DIRECTORY_SEPARATOR.'search'.PATH_SEPARATOR.ini_get('include_path'));
|
||||
|
||||
require_once($CFG->dirroot.'/search/lib.php');
|
||||
require_once($CFG->dirroot.'/search/indexlib.php');
|
||||
|
||||
Reference in New Issue
Block a user