summaryrefslogtreecommitdiff
path: root/classes/RSSUtils.php
diff options
context:
space:
mode:
authorwn_ <invalid@email.com>2025-05-04 14:20:17 +0000
committerwn_ <invalid@email.com>2025-05-04 14:20:17 +0000
commit3ee0f331cc9c22e3a5a4daf27ad11ec9c99b2396 (patch)
treeb579adf2b995d8bcdcaaf1419803c8e349e659f9 /classes/RSSUtils.php
parent07eb34529f27e410fb14f7ab394beb9923cc50d4 (diff)
Move registration of 'purge_orphaned_scheduled_tasks' into Scheduler.
Diffstat (limited to 'classes/RSSUtils.php')
-rw-r--r--classes/RSSUtils.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/classes/RSSUtils.php b/classes/RSSUtils.php
index 6ef4860c6..b0cfc4823 100644
--- a/classes/RSSUtils.php
+++ b/classes/RSSUtils.php
@@ -1702,12 +1702,6 @@ class RSSUtils {
$scheduler = Scheduler::getInstance();
- $scheduler->add_scheduled_task('purge_orphaned_scheduled_tasks', '@weekly',
- function() use ($scheduler) {
- return $scheduler->purge_orphaned_tasks();
- }
- );
-
$scheduler->add_scheduled_task('purge_orphans', '@daily',
function() {
Article::_purge_orphans();