Skip to content

Commit

Permalink
Update ReplyTo/class.replyto.plugin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
judgej committed Sep 25, 2012
1 parent 55340a1 commit a515648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReplyTo/class.replyto.plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ protected function AddReplyToButton(&$Sender) {
if (!Gdn::Session()->UserID) return;

if (isset($Sender->Discussion->PermissionCategoryID)) {
$CategoryID = $Sender->Discussion->CategoryPermissionID;
$CategoryID = $Sender->Discussion->PermissionCategoryID;
} else {
$CategoryID = $Sender->Discussion->CategoryID;
}
Expand Down

0 comments on commit a515648

Please sign in to comment.