Browse Source

fix time link

main
ghost 9 months ago
parent
commit
3d68d45f76
  1. 2
      src/controller/room.php

2
src/controller/room.php

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

Loading…
Cancel
Save