diff --git a/LICENSE b/LICENSE index 7833e96..93f18a5 100644 --- a/LICENSE +++ b/LICENSE @@ -10,7 +10,7 @@ Additional Use Grant: You may use the Licensed Work when your application uses the Licensed Work for a purpose that does neither directly or indirectly generate revenue. -Change Date: 2026-03-04 +Change Date: 2026-03-10 Change License: Version 2 or later of the GNU General Public License as published by the Free Software Foundation. diff --git a/files/lib/data/user/UserAction.class.php b/files/lib/data/user/UserAction.class.php index c281454..80a9e5a 100644 --- a/files/lib/data/user/UserAction.class.php +++ b/files/lib/data/user/UserAction.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2026-03-04 + * Change Date: 2026-03-10 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 @@ -88,7 +88,7 @@ public function getUsersByID() public function clearDeadSessions() { $sessions = User::getDeadSessions(); - if ($sessions !== []) { + if ($sessions === []) { return; } $userIDs = \array_map(static function ($item) {