mirror of
https://github.com/kevachat/geminiapp.git
synced 2025-03-13 05:51:39 +00:00
fix time link
This commit is contained in:
parent
849e1e1d67
commit
3d68d45f76
@ -558,7 +558,7 @@ class Room
|
||||
}
|
||||
|
||||
// Make sure time available
|
||||
if (empty($transaction['time']))
|
||||
if (!$time = $transaction['time'])
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user