We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf7f9f commit 689ffddCopy full SHA for 689ffdd
cleantalk.php
@@ -879,6 +879,10 @@ function apbct_sfw_update__init( $delay = 0 ){
879
$apbct->fw_stats['firewall_updating_last_start'] = time();
880
$apbct->save( 'fw_stats' );
881
882
+ // Delete update errors
883
+ $apbct->error_delete( 'sfw_update', 'save_data' );
884
+ $apbct->error_delete( 'sfw_update', 'save_data', 'cron' );
885
+
886
$rc_action = 'sfw_update__worker';
887
$request_params = array(
888
'delay' => $delay,
0 commit comments