From f087953c9afdcb07b1f06f588bc1de108b9aa3a8 Mon Sep 17 00:00:00 2001 From: Aparup Banerjee Date: Thu, 28 Oct 2010 03:40:55 +0000 Subject: [PATCH] global search MDL-24625 fixed page headers sequence error. --- search/tests/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/search/tests/index.php b/search/tests/index.php index ca6aaf008ab..0fdedffb508 100644 --- a/search/tests/index.php +++ b/search/tests/index.php @@ -17,12 +17,12 @@ * @version Moodle 2.0 **/ - @set_time_limit(0); - @ob_implicit_flush(true); - @ob_end_flush(); require_once('../../config.php'); + @set_time_limit(0); + @ob_implicit_flush(true); + @ob_end_flush(); /// makes inclusions of the Zend Engine more reliable ini_set('include_path', $CFG->dirroot.DIRECTORY_SEPARATOR.'search'.PATH_SEPARATOR.ini_get('include_path'));