Skip to content

Commit 485b8b6

Browse files
author
davydovct
committed
fix php notice
1 parent 72ffbc5 commit 485b8b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

antispambycleantalk.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ private function checkIsPaid($ct_api_key = '' , $force_check = false)
128128
{
129129
$result = CleantalkHelper::api_method__notice_paid_till($api_key);
130130
$save_params = array();
131-
131+
132+
$save_params['connection_reports'] = $config['connection_reports'];
132133
$save_params['acc_status_last_check'] = time();
133134

134135
if (empty($result['error']))

0 commit comments

Comments
 (0)