Skip to content

Commit 3196436

Browse files
authored
Merge pull request #882 from CleanTalk/sfw_outdate_av
Fix. SFW. Clearing SFW Outdated errors when updating by cron or in manual mode
2 parents cd6cf61 + c9f3d81 commit 3196436

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cleantalk.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1879,6 +1879,8 @@ function apbct_sfw_update__end_of_update($is_first_updating = false)
18791879

18801880
// Delete update errors
18811881
$apbct->errorDelete('sfw_update', true);
1882+
// Delete outdated errors
1883+
$apbct->errorDelete('sfw_outdated', true);
18821884

18831885
// Running sfw update once again in 12 min if entries is < 4000
18841886
if ( $is_first_updating &&

0 commit comments

Comments
 (0)