Skip to content

Commit 7dcd0ba

Browse files
safroniksafronik
authored andcommitted
New: SFW update. Make test RC before main #2.
1 parent 2a8c0c9 commit 7dcd0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cleantalk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ function ct_sfw_update( $api_key = '', $immediate = false ){
853853
$apbct->save( 'fw_stats' );
854854
}
855855

856-
if( apbct_is_remote_call() ) {
856+
if( RemoteCalls::check() ) {
857857
// Remote call is in process, do updating
858858

859859
$file_urls = isset($_GET['file_urls']) ? urldecode( $_GET['file_urls'] ) : null;

0 commit comments

Comments
 (0)