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

index f39b0e904841c96e986761ade1b520b715853a3c..2a3cbf3bb2f5b9747877833ed3d557bb691a246d 100644 (file)
@@ -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');