From: Matthias Schmidt Date: Tue, 22 Jan 2013 08:28:26 +0000 (+0100) Subject: Removes obsolete prefilter X-Git-Tag: 2.0.0_Beta_1~549^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3d963f30a56b80f0a96a6267b51f5426aae638b3;p=GitHub%2FWoltLab%2FWCF.git Removes obsolete prefilter --- diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 36c24bbc49..03bad1d060 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -517,7 +517,7 @@ class WCF { * Assigns some default variables to the template engine. */ protected function assignDefaultTemplateVariables() { - self::getTPL()->registerPrefilter(array('event', 'hascontent', 'lang', 'icon')); + self::getTPL()->registerPrefilter(array('event', 'hascontent', 'lang')); self::getTPL()->assign(array('__wcf' => $this)); }