Skip to content

Commit 405ffda

Browse files
committed
typo
1 parent bc2b04c commit 405ffda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CleantalkMod.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ function cleantalk_check_message(&$msgOptions, $topicOptions, $posterOptions)
199199
$ct_result = $ct->isAllowMessage($ct_request);
200200

201201
if ($ct_result->errno != 0 && !cleantalk_is_valid_js()) {
202-
cleantalk_log('deny registration (errno !=0, invalid js test)' . strip_tags($ct_result->comment));
202+
cleantalk_log('deny post (errno !=0, invalid js test)' . strip_tags($ct_result->comment));
203203
fatal_error('CleanTalk: ' . strip_tags($ct_result->comment), false);
204204
return;
205205
}

0 commit comments

Comments
 (0)