projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81e2ef2
)
tags: MDL-19823 missed one $PAGE->set_context yesterday.
author
tjhunt
<tjhunt>
Wed, 22 Jul 2009 02:32:41 +0000
(
02:32
+0000)
committer
tjhunt
<tjhunt>
Wed, 22 Jul 2009 02:32:41 +0000
(
02:32
+0000)
tag/search.php
patch
|
blob
|
history
diff --git
a/tag/search.php
b/tag/search.php
index 4bfd1b8e2c1602bb329a38ef71b51b9fa7b602d1..f08e07bc07565e194fcfa1bd0e502c50890f7ab4 100644
(file)
--- a/
tag/search.php
+++ b/
tag/search.php
@@
-25,6
+25,7
@@
if ($perpage) {
$params['perpage'] = $perpage;
}
$PAGE->set_url('tag/search.php', $params);
+$PAGE->set_context(get_context_instance(CONTEXT_SYSTEM));
$navlinks = array();
$navlinks[] = array('name' => get_string('tags', 'tag'), 'link' => "{$CFG->wwwroot}/tag/search.php", 'type' => '');