From 3d68d45f76e54bf91642ffe8dc381f55665694a9 Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 19 Feb 2024 21:50:14 +0200 Subject: [PATCH] fix time link --- src/controller/room.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controller/room.php b/src/controller/room.php index ed2d63b..8e17514 100644 --- a/src/controller/room.php +++ b/src/controller/room.php @@ -558,7 +558,7 @@ class Room } // Make sure time available - if (empty($transaction['time'])) + if (!$time = $transaction['time']) { return null; }