Skip to content

Commit d418f31

Browse files
authored
Merge pull request #62 from topcoder-platform/issues-425
Issues-425: fixed ReplyTo options
2 parents 29ac16a + be39881 commit d418f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReplyTo/class.replyto.plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public function base_commentOptions_handler($sender, $args) {
203203

204204
//Check permission
205205
if (isset($discussion->PermissionCategoryID)) {
206-
$CategoryID = val('CategoryPermissionID', $discussion);
206+
$CategoryID = val('PermissionCategoryID', $discussion);
207207
} else {
208208
$CategoryID = $discussion->CategoryID;
209209
}

0 commit comments

Comments
 (0)