Skip to content

Commit

Permalink
MDL-8847 - Added a little 'p' :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Mar 12, 2007
1 parent 1244ef7 commit a8d9136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/forum/post.php
Expand Up @@ -545,7 +545,7 @@
add_to_log($course->id, "forum", "add post",
"$discussionurl&parent=$fromform->id", "$fromform->id", $cm->id);

redirect(forum_go_back_to("$discussionurl#$fromform->id"), $message.$subscribemessage, $timemessage);
redirect(forum_go_back_to("$discussionurl#p$fromform->id"), $message.$subscribemessage, $timemessage);

} else {
error(get_string("couldnotadd", "forum"), $errordestination);
Expand Down

0 comments on commit a8d9136

Please sign in to comment.