From: Matthias Schmidt Date: Tue, 26 Jul 2011 07:24:28 +0000 (+0200) Subject: Fixed missing package id in cache name X-Git-Tag: 2.0.0_Beta_1~1949^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=be054e39d1b2bf63509956d7b08418ce24978976;p=GitHub%2FWoltLab%2FWCF.git Fixed missing package id in cache name --- diff --git a/wcfsetup/install/files/lib/system/cleanup/CleanupHandler.class.php b/wcfsetup/install/files/lib/system/cleanup/CleanupHandler.class.php index 0d97a6a487..9e2df63221 100644 --- a/wcfsetup/install/files/lib/system/cleanup/CleanupHandler.class.php +++ b/wcfsetup/install/files/lib/system/cleanup/CleanupHandler.class.php @@ -53,7 +53,7 @@ class CleanupHandler { 'wcf\system\cache\builder\CacheBuilderCleanupAdapter' ); - $this->cache = CacheHandler::getInstance()->get('cleanupAdapter'); + $this->cache = CacheHandler::getInstance()->get('cleanupAdapter-'.PACKAGE_ID); } /**