1
0
Fork 0

Move Cache::clear() to DI::cache()->clear()

This commit is contained in:
Philipp Holzer 2020-01-07 00:35:03 +01:00
commit 182f390520
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
2 changed files with 1 additions and 14 deletions

View file

@ -154,7 +154,7 @@ class CronJobs
}
// clear old cache
Cache::clear();
DI::cache()->clear();
// clear old item cache files
clear_cache();