Skip to content

Commit

Permalink
stupid copy pasta error
Browse files Browse the repository at this point in the history
  • Loading branch information
paulej72 committed Feb 20, 2016
1 parent 49e54e6 commit 17ee80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/default/htdocs/comments.pl
Expand Up @@ -642,7 +642,7 @@ sub changeComment {
$redirect = $discussion->{url}."?".$redirect;
}

$redirect = $redirect."#comment_".$saved_comment->{cid};
$redirect = $redirect."#commentwrap"->{cid};

redirect($redirect);

Expand Down

0 comments on commit 17ee80f

Please sign in to comment.