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
4194342cd8
commit
c3cd11366a
@ -630,7 +630,7 @@ class RoomController extends AbstractController
|
||||
}
|
||||
|
||||
// Post has commission cost, send message to pending payment pool
|
||||
if ($this->getParameter('app.add.post.cost.kva') > 0)
|
||||
if ($this->getParameter('app.add.post.cost.kva'))
|
||||
{
|
||||
$time = time();
|
||||
|
||||
@ -965,7 +965,7 @@ class RoomController extends AbstractController
|
||||
}
|
||||
|
||||
// Room registration has commission cost, send to pending payment pool
|
||||
if ($this->getParameter('app.add.room.cost.kva') > 0)
|
||||
if ($this->getParameter('app.add.room.cost.kva'))
|
||||
{
|
||||
if ($address = $client->getNewAddress())
|
||||
{
|
||||
|
@ -504,7 +504,7 @@ class UserController extends AbstractController
|
||||
}
|
||||
|
||||
// User registration has commission cost, send message to pending payment pool
|
||||
if ($this->getParameter('app.add.user.cost.kva') > 0)
|
||||
if ($this->getParameter('app.add.user.cost.kva'))
|
||||
{
|
||||
if ($address = $client->getNewAddress())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user