summaryrefslogtreecommitdiff
path: root/classes/RSSUtils.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/RSSUtils.php')
-rw-r--r--classes/RSSUtils.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/RSSUtils.php b/classes/RSSUtils.php
index 5fc8ddcef..c0012afcb 100644
--- a/classes/RSSUtils.php
+++ b/classes/RSSUtils.php
@@ -1697,7 +1697,7 @@ class RSSUtils {
}
);
- $scheduler->add_scheduled_task('disk_cache_expire_all', Config::get(Config::SCHEDULE_PURGE_ORPHANS),
+ $scheduler->add_scheduled_task('disk_cache_expire_all', Config::get(Config::SCHEDULE_DISK_CACHE_EXPIRE_ALL),
function() {
$cache = DiskCache::instance("");
$cache->expire_all();