diff options
| author | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2024-05-14 09:43:08 +0200 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2024-05-14 09:43:08 +0200 |
| commit | 19ab03fc80bdf257e74fdfe8b191227d178731e8 (patch) | |
| tree | 41d1d5325243ba681604c1d2d24b533160cb0c7d /lib | |
| parent | 5e8078fb03c442b9069613e6df3b75d265993bc3 (diff) | |
adjust remaining incorrect class name, re #3701
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/cronjobs/garbage_collector.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cronjobs/garbage_collector.class.php b/lib/cronjobs/garbage_collector.class.php index e426cf3..bab44b2 100644 --- a/lib/cronjobs/garbage_collector.class.php +++ b/lib/cronjobs/garbage_collector.class.php @@ -162,7 +162,7 @@ class GarbageCollectorJob extends CronJob ]); // clean db cache - $cache = new StudipDbCache(); + $cache = new Studip\Cache\DbCache(); $cache->purge(); // Remove old plugin assets |
