From 27fb1e52929e5749f0b98647588e985f58eab33b Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Thu, 18 Jul 2024 20:13:43 +0700 Subject: [PATCH] Update User.php --- src/Legacy/Common/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Legacy/Common/User.php b/src/Legacy/Common/User.php index 718e6f1ae..2d31b0138 100644 --- a/src/Legacy/Common/User.php +++ b/src/Legacy/Common/User.php @@ -174,7 +174,7 @@ class User if ($update_sessions_table) { DB()->query(" UPDATE " . BB_SESSIONS . " SET - session_time = " . TIMENOW . " + session_time = " . $this->data['session_time'] . " WHERE session_id = '$session_id' LIMIT 1 ");