From 7593fb6e2e6e76d8dbaa9c87af9c86734d87be05 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 14 Oct 2012 19:49:53 +0200 Subject: [PATCH] Fixed interface violation Fixes #835 --- .../install/files/lib/data/style/ActiveStyle.class.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/wcfsetup/install/files/lib/data/style/ActiveStyle.class.php b/wcfsetup/install/files/lib/data/style/ActiveStyle.class.php index 28ca347815..c22e40837b 100644 --- a/wcfsetup/install/files/lib/data/style/ActiveStyle.class.php +++ b/wcfsetup/install/files/lib/data/style/ActiveStyle.class.php @@ -1,5 +1,6 @@ object->data['variables']['page.logo.image']) && !FileUtil::isURL($this->object->data['variables']['page.logo.image']) && StringUtil::substring($this->object->data['variables']['page.logo.image'], 0, 1) !== '/') { $this->object->data['variables']['page.logo.image'] = RELATIVE_WCF_DIR . $this->object->data['variables']['page.logo.image']; } + */ // load icon cache $cacheName = 'icon-'.PACKAGE_ID.'-'.$this->styleID; -- 2.20.1