mirror of
https://github.com/moodle/moodle.git
synced 2025-02-13 03:45:49 +01:00
Incorrect value being passed to header function.
Merged from stable. (SE)
This commit is contained in:
parent
5c83ba9edc
commit
ea30fc5c0b
@ -46,7 +46,7 @@
|
||||
<a href=\"view.php?f=$forum->id\">".format_string($forum->name,true)."</a> -> $strsubscribers";
|
||||
|
||||
print_header_simple("$strsubscribers", "", "$navigation",
|
||||
"", "", true, forum_update_subscriptions_button($course->id, $id), true);
|
||||
"", "", true, forum_update_subscriptions_button($course->id, $id));
|
||||
|
||||
/// Check to see if groups are being used in this forum
|
||||
if ($groupmode = groupmode($course, $cm)) { // Groups are being used
|
||||
|
Loading…
x
Reference in New Issue
Block a user