Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9765051
)
rating MDL-23805 added set_context() call
author
Andrew Davis
<andrew@affinitysoftware.net>
Tue, 17 Aug 2010 03:43:13 +0000
(
03:43
+0000)
committer
Andrew Davis
<andrew@affinitysoftware.net>
Tue, 17 Aug 2010 03:43:13 +0000
(
03:43
+0000)
rating/index.php
patch
|
blob
|
blame
|
history
diff --git
a/rating/index.php
b/rating/index.php
index
e3c41ba
..
68c1e69
100644
(file)
--- a/
rating/index.php
+++ b/
rating/index.php
@@
-40,6
+40,8
@@
if ($sort !== 0) {
$url->param('sort', $sort);
}
$PAGE->set_url($url);
+$PAGE->set_context($context);
+
if ($popup) {
$PAGE->set_pagelayout('popup');
}