Fixed authentication
authorMarcel Werk <burntime@woltlab.com>
Fri, 15 Feb 2013 14:44:03 +0000 (15:44 +0100)
committerMarcel Werk <burntime@woltlab.com>
Fri, 15 Feb 2013 14:44:03 +0000 (15:44 +0100)
wcfsetup/install/files/lib/system/user/authentication/UserAuthenticationFactory.class.php

index 2a3cbf3bb2f5b9747877833ed3d557bb691a246d..87dd8e7feecef851af9cba1d6cef22fe280ecc8e 100644 (file)
@@ -47,7 +47,7 @@ class UserAuthenticationFactory extends SingletonFactory {
         * 
         * @return      wcf\system\user\authentication\IUserAuthentication
         */
-       public static function getUserAuthentication() {
+       public function getUserAuthentication() {
                return $this->userAuthentication;
        }
 }