Skip to content

Commit

Permalink
Merge branch 'MDL-74781_311' of https://github.com/aya-saad1/moodle i…
Browse files Browse the repository at this point in the history
…nto MOODLE_311_STABLE
  • Loading branch information
junpataleta committed Jun 28, 2022
2 parents 1f6ab2b + ca13d3e commit 56ab65f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions search/index.php
Expand Up @@ -58,7 +58,6 @@
if (\core_search\manager::is_global_search_enabled() === false) {
$PAGE->set_url(new moodle_url('/search/index.php'));
echo $OUTPUT->header();
echo $OUTPUT->heading($pagetitle);
echo $searchrenderer->render_search_disabled();
echo $OUTPUT->footer();
exit;
Expand Down Expand Up @@ -169,7 +168,6 @@

// We are ready to render.
echo $OUTPUT->header();
echo $OUTPUT->heading($pagetitle);

// Get the results.
if ($data) {
Expand Down

0 comments on commit 56ab65f

Please sign in to comment.