fix time link

This commit is contained in:
ghost 2024-02-19 21:50:14 +02:00
parent 849e1e1d67
commit 3d68d45f76

View File

@ -558,7 +558,7 @@ class Room
}
// Make sure time available
if (empty($transaction['time']))
if (!$time = $transaction['time'])
{
return null;
}