1
0
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:
Tim Düsterhus 2012-08-16 12:08:29 +03:00
parent f507070d20
commit ba21e669e3

View File

@ -21,6 +21,6 @@ public function getData(array $cacheResource) {
$roomList->sqlLimit = 0;
$roomList->readObjects();
return $roomList;
return $roomList->getObjects();
}
}