Skip to content

Commit

Permalink
Incorrect value being passed to header function.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikawhero committed Sep 14, 2005
1 parent 5d8323d commit cdf5d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/forum/subscribers.php
Expand Up @@ -47,7 +47,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
Expand Down

0 comments on commit cdf5d7b

Please sign in to comment.