Skip to content

Commit 81635ca

Browse files
committed
Fixed a minor issue in ReplyTo plugin
1 parent 700aac4 commit 81635ca

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 = $discussion->CategoryPermissionID;
206+
$CategoryID = val('CategoryPermissionID', $discussion);
207207
} else {
208208
$CategoryID = $discussion->CategoryID;
209209
}

0 commit comments

Comments
 (0)