From: Marcel Werk Date: Fri, 15 Feb 2013 14:00:58 +0000 (+0100) Subject: Fixed authentication X-Git-Tag: 2.0.0_Beta_1~440^2~3 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=67239b1d562170b223e057af5309526c112087a4;p=GitHub%2FWoltLab%2FWCF.git Fixed authentication --- diff --git a/wcfsetup/install/files/lib/system/user/authentication/UserAuthenticationFactory.class.php b/wcfsetup/install/files/lib/system/user/authentication/UserAuthenticationFactory.class.php index f39b0e9048..2a3cbf3bb2 100644 --- a/wcfsetup/install/files/lib/system/user/authentication/UserAuthenticationFactory.class.php +++ b/wcfsetup/install/files/lib/system/user/authentication/UserAuthenticationFactory.class.php @@ -31,7 +31,7 @@ class UserAuthenticationFactory extends SingletonFactory { /** * @see wcf\system\SingletonFactory */ - protected static function init() { + protected function init() { // call loadInstance event EventHandler::getInstance()->fireAction($this, 'init');