From 4c4d78fbc2a10b402b254096dcd8c8ca1069beb7 Mon Sep 17 00:00:00 2001 From: Aparup Banerjee Date: Tue, 12 Oct 2010 08:59:44 +0000 Subject: [PATCH] global search MDL-24625 added page system context --- search/query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search/query.php b/search/query.php index 660f906d64f..3480cfc5c59 100644 --- a/search/query.php +++ b/search/query.php @@ -165,7 +165,7 @@ // print the header $site = get_site(); - + $PAGE->set_context(get_context_instance(CONTEXT_SYSTEM)); $PAGE->navbar->add($strsearch, new moodle_url('/search/index.php')); $PAGE->navbar->add($strquery, new moodle_url('/search/stats.php')); $PAGE->set_title($strsearch); -- 2.43.0