Skip to content

Commit

Permalink
Fix for Bug 3033
Browse files Browse the repository at this point in the history
  • Loading branch information
fiedorow committed Apr 27, 2005
1 parent 8e3532a commit 858cf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/forum/markposts.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
exit;
}

$returnto = forum_go_back_to($returnpage.'?id='.$course->id.'&f='.$forum->id);
$returnto = forum_go_back_to($returnpage.'?id='.$cm->id.'&f='.$forum->id);

$info->name = fullname($user);
$info->forum = format_string($forum->name);
Expand Down

0 comments on commit 858cf14

Please sign in to comment.