Skip to content

Commit

Permalink
global search MDL-24625 fixed page headers sequence error.
Browse files Browse the repository at this point in the history
  • Loading branch information
nebgor committed Oct 28, 2010
1 parent 6d48569 commit f087953
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions search/tests/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'));

Expand Down

0 comments on commit f087953

Please sign in to comment.