diff options
Diffstat (limited to 'p/api/greader.php')
| -rw-r--r-- | p/api/greader.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/p/api/greader.php b/p/api/greader.php index f97dd5da4..55097cc9f 100644 --- a/p/api/greader.php +++ b/p/api/greader.php @@ -673,7 +673,7 @@ function streamContents($path, $include_target, $start_time, $stop_time, $count, if (count($entries) >= $count) { $entry = end($entries); if ($entry != false) { - $response['continuation'] = $entry->id(); + $response['continuation'] = '' . $entry->id(); } } @@ -729,7 +729,7 @@ function streamContentsItemsIds($streamId, $start_time, $stop_time, $count, $ord if (count($ids) >= $count) { $id = end($ids); if ($id != false) { - $response['continuation'] = $id; + $response['continuation'] = '' . $id; } } |
