mirror of
https://github.com/kevachat/webapp.git
synced 2025-01-22 12:34:25 +00:00
remove extra rule
This commit is contained in:
parent
7e37eda9df
commit
0d513a30ca
@ -588,7 +588,7 @@ class RoomController extends AbstractController
|
||||
}
|
||||
|
||||
/// Validate funds available yet
|
||||
if (1 > $client->getBalance())
|
||||
if ($client->getBalance())
|
||||
{
|
||||
return $this->redirectToRoute(
|
||||
'room_namespace',
|
||||
@ -949,7 +949,7 @@ class RoomController extends AbstractController
|
||||
}
|
||||
|
||||
// Validate funds available yet
|
||||
if (1 > $client->getBalance())
|
||||
if ($client->getBalance())
|
||||
{
|
||||
return $this->redirectToRoute(
|
||||
'room_list',
|
||||
|
Loading…
x
Reference in New Issue
Block a user