|
@@ -148,7 +148,7 @@ class room_helper
|
|
return $result;
|
|
return $result;
|
|
}
|
|
}
|
|
|
|
|
|
- public static function other_rooms($cond, $order = 'room_id desc', $limit = 5 , $page = false,&$mobile_page)
|
|
|
|
|
|
+ public static function other_rooms($cond, $order = 'room_id desc', $limit = 5 , $page = false, &$mobile_page = [])
|
|
{
|
|
{
|
|
$result = [];
|
|
$result = [];
|
|
$mod_room = Model('room');
|
|
$mod_room = Model('room');
|