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 ");