mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 17:44:27 +02:00
Move Cache::clear() to DI::cache()->clear()
This commit is contained in:
parent
f7ca437ba6
commit
182f390520
2 changed files with 1 additions and 14 deletions
|
@ -154,7 +154,7 @@ class CronJobs
|
|||
}
|
||||
|
||||
// clear old cache
|
||||
Cache::clear();
|
||||
DI::cache()->clear();
|
||||
|
||||
// clear old item cache files
|
||||
clear_cache();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue