Move Cache::clear() to DI::cache()->clear()
This commit is contained in:
@@ -154,7 +154,7 @@ class CronJobs
|
||||
}
|
||||
|
||||
// clear old cache
|
||||
Cache::clear();
|
||||
DI::cache()->clear();
|
||||
|
||||
// clear old item cache files
|
||||
clear_cache();
|
||||
|
||||
Reference in New Issue
Block a user