From 1eb97b3a602413cc3d9ec30c0964aca67fdcacf9 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 9 Jun 2017 10:16:45 +0200 Subject: [PATCH] Fixed reference --- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 915c7aced6..49b67085eb 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -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(); -- 2.20.1