Fixed missing package id in cache name
authorMatthias Schmidt <gravatronics@live.com>
Tue, 26 Jul 2011 07:24:28 +0000 (09:24 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Tue, 26 Jul 2011 07:24:28 +0000 (09:24 +0200)
wcfsetup/install/files/lib/system/cleanup/CleanupHandler.class.php

index 0d97a6a48759cad06ac0f02fa3f8158b739da681..9e2df63221aa893e22eb16df1023d323784a62d1 100644 (file)
@@ -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);
        }
        
        /**