Skip to content
Snippets Groups Projects

Fix. CheckSpam. Editing the order of passing arguments

Merged anton1211 requested to merge fix_ct_result into 9.1.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -697,7 +697,7 @@ class CleantalkFuncs
// Store request_id in globals to store it in DB later.
self::_cleantalk_ct_result('set', $ret_val['allow'], $ct_result->id);
self::_cleantalk_ct_result('set', $ct_result->id, $ret_val['allow']);
// Don't store 'ct_result_comment', means good comment.
}
Loading