From 67239b1d562170b223e057af5309526c112087a4 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Fri, 15 Feb 2013 15:00:58 +0100 Subject: [PATCH] Fixed authentication --- .../user/authentication/UserAuthenticationFactory.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.20.1