Skip to content

Commit

Permalink
Fix Flagging security flaw
Browse files Browse the repository at this point in the history
  • Loading branch information
linc committed Aug 25, 2013
1 parent d42a988 commit e117af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Flagging/views/flagging.php
Expand Up @@ -75,7 +75,7 @@
?>
<div class="FlaggedOtherCell">
<div class="FlaggedItemInfo"><?php echo T('On').' '.$Flag['DateInserted'].', <strong>'.Anchor($Flag['InsertName'],"profile/{$Flag['InsertUserID']}/{$Flag['InsertName']}").'</strong> '.T('said:'); ?></div>
<div class="FlaggedItemComment">"<?php echo $Flag['Comment']; ?>"</div>
<div class="FlaggedItemComment">"<?php echo Gdn_Format::Text($Flag['Comment']); ?>"</div>
</div>
<?php
}
Expand Down

0 comments on commit e117af7

Please sign in to comment.