mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Return array in ChatRoomCacheBuilder
This commit is contained in:
parent
f507070d20
commit
ba21e669e3
@ -21,6 +21,6 @@ public function getData(array $cacheResource) {
|
||||
$roomList->sqlLimit = 0;
|
||||
$roomList->readObjects();
|
||||
|
||||
return $roomList;
|
||||
return $roomList->getObjects();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user