From 58683a37a701dc9609ecd38291602134b1b14e12 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Fri, 15 Feb 2013 15:44:03 +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 2a3cbf3bb2..87dd8e7fee 100644 --- a/wcfsetup/install/files/lib/system/user/authentication/UserAuthenticationFactory.class.php +++ b/wcfsetup/install/files/lib/system/user/authentication/UserAuthenticationFactory.class.php @@ -47,7 +47,7 @@ class UserAuthenticationFactory extends SingletonFactory { * * @return wcf\system\user\authentication\IUserAuthentication */ - public static function getUserAuthentication() { + public function getUserAuthentication() { return $this->userAuthentication; } } -- 2.20.1