Skip to content

Commit 1d6bd57

Browse files
authored
Merge pull request #51 from topcoder-platform/issues-217
Issues-217: Reply option was missing after editing
2 parents 99ac28c + c7aed23 commit 1d6bd57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ReplyTo/class.replyto.plugin.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ public function discussionController_beforeDiscussionRender_handler($sender, $ar
159159
* @param $sender
160160
* @param $args
161161
*/
162-
public function discussionController_commentOptions_handler($sender, $args) {
163-
ReplyToPlugin::log('discussionController_CommentOptions_handler', ['CommentID' =>$args['Comment']->CommentID]);
162+
public function base_commentOptions_handler($sender, $args) {
163+
ReplyToPlugin::log('base_CommentOptions_handler', ['CommentID' =>$args['Comment']->CommentID]);
164164
if (!Gdn::Session()->isValid()) {
165165
return;
166166
}
@@ -303,7 +303,7 @@ public static function log($message, $data) {
303303
if (c('Debug')) {
304304
Logger::event(
305305
'replyto_plugin',
306-
Logger::INFO,
306+
Logger::DEBUG,
307307
$message,
308308
$data
309309
);

0 commit comments

Comments
 (0)