]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/CronJobs.php
Move Cache::clear() to DI::cache()->clear()
[friendica.git] / src / Worker / CronJobs.php
index 6267bf6f330b70ca8d8f25a22fcdac9621447e83..e88949e657032b35ea97f8ac5c2df3848f4802bd 100644 (file)
@@ -154,7 +154,7 @@ class CronJobs
                }
 
                // clear old cache
-               Cache::clear();
+               DI::cache()->clear();
 
                // clear old item cache files
                clear_cache();