Fixed reference
authorAlexander Ebert <ebert@woltlab.com>
Fri, 9 Jun 2017 08:16:45 +0000 (10:16 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 9 Jun 2017 08:16:45 +0000 (10:16 +0200)
wcfsetup/install/files/lib/system/WCF.class.php

index 915c7aced69b743a1dceef3c5f5f7704c5614dfe..49b67085eb0fb23a655f5c098add4393c16a83a4 100644 (file)
@@ -189,7 +189,7 @@ class WCF {
                        if (is_object(self::getSession())) {
                                if (self::$forceLogout) {
                                        // do logout
-                                       WCF::getSession()->delete();
+                                       self::getSession()->delete();
                                }
                                else {
                                        self::getSession()->update();