From 7642b35a83cfa1cd822132cd5fd16447c7da20af Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 5 Feb 2013 20:16:29 +0100 Subject: [PATCH] Fixed sitemap cache access --- .../install/files/lib/system/sitemap/SitemapHandler.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/sitemap/SitemapHandler.class.php b/wcfsetup/install/files/lib/system/sitemap/SitemapHandler.class.php index f94788917a..6bcbb94a8a 100644 --- a/wcfsetup/install/files/lib/system/sitemap/SitemapHandler.class.php +++ b/wcfsetup/install/files/lib/system/sitemap/SitemapHandler.class.php @@ -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(); } /** -- 2.20.1