From: Marcel Werk Date: Tue, 5 Jun 2012 16:33:43 +0000 (+0200) Subject: Fixed fatal error in session handler X-Git-Tag: 2.0.0_Beta_1~1082^2~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ece1a6c7c8dadd95095678f55548f41de39fb94e;p=GitHub%2FWoltLab%2FWCF.git Fixed fatal error in session handler --- diff --git a/wcfsetup/install/files/lib/system/session/SessionHandler.class.php b/wcfsetup/install/files/lib/system/session/SessionHandler.class.php index d1fe3a00ca..3bdeecca8f 100644 --- a/wcfsetup/install/files/lib/system/session/SessionHandler.class.php +++ b/wcfsetup/install/files/lib/system/session/SessionHandler.class.php @@ -336,7 +336,7 @@ class SessionHandler extends SingletonFactory { if ($this->user->userID != 0) { // user is no guest // delete all other sessions of this user - call_user_func(array($this->sessionEditorClassName, 'deleteUserSessions', array($this->user->userID))); + call_user_func(array($this->sessionEditorClassName, 'deleteUserSessions'), array($this->user->userID)); } // save session