mirror of
https://github.com/kevachat/webapp.git
synced 2025-09-04 01:52:20 +00:00
fix object name
This commit is contained in:
parent
d81f18b068
commit
6ea45f9c8e
@ -949,7 +949,7 @@ class RoomController extends AbstractController
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Get records
|
// Get records
|
||||||
foreach ((array) $this->_kevacoin->kevaFilter($namespace) as $record)
|
foreach ((array) $client->kevaFilter($namespace) as $record)
|
||||||
{
|
{
|
||||||
$raw[] = $record;
|
$raw[] = $record;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user