Skip to content

Commit

Permalink
Merge pull request #959 from hotlevel4/bug906/anonCommentScreened
Browse files Browse the repository at this point in the history
(Issue #906) Adds Confirmation When Anonymously Leaving a Screened Comme...
  • Loading branch information
afuna committed Sep 21, 2014
2 parents 973ffd2 + 5b36420 commit 5b0ef91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/talkpost_do.bml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ body<=
my $commentu = $init ? $init->{comment}->{u} : undef;
if ( $journalu && $journalu->is_community ) {
if ( $POST{'usertype'} eq 'anonymous' ) {
$mlcode = 'success.screened.comm.anon3';
$mlcode = '.success.screened.comm.anon3';
} elsif ( $commentu && $commentu->can_manage( $journalu ) ) {
$mlcode = '.success.screened.comm.owncomm4';
} else {
Expand Down

0 comments on commit 5b0ef91

Please sign in to comment.