Fixed sitemap cache access
authorAlexander Ebert <ebert@woltlab.com>
Tue, 5 Feb 2013 19:16:29 +0000 (20:16 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 5 Feb 2013 19:16:29 +0000 (20:16 +0100)
wcfsetup/install/files/lib/system/sitemap/SitemapHandler.class.php

index f94788917ac905335bf14edb2bc86ae0044b2ef1..6bcbb94a8ad68aa2616b9c2cd2a0defdf03f0b5e 100644 (file)
@@ -25,7 +25,7 @@ class SitemapHandler extends SingletonFactory {
         * @see wcf\system\SingletonFactory::init()
         */
        protected function init() {
-               $this->cache = SitemapCacheBuilder::getInstance()->get('sitemap');
+               $this->cache = SitemapCacheBuilder::getInstance()->getData();
        }
        
        /**