qqa
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -133,7 +133,7 @@ function pull_posts_for_post_list( $data ) { | ... | @@ -133,7 +133,7 @@ function pull_posts_for_post_list( $data ) { |
| 133 | $last_index = true; | 133 | $last_index = true; |
| 134 | } | 134 | } |
| 135 | 135 | ||
| 136 | // $client->set($request_uri, serialize(['posts'=>$posts,'last_index'=>$last_index]), 'ex', 3600); | 136 | $client->set($request_uri, serialize(['posts'=>$posts,'last_index'=>$last_index]), 'ex', 3600); |
| 137 | 137 | ||
| 138 | return ['posts'=>$posts,'last_index'=>$last_index]; | 138 | return ['posts'=>$posts,'last_index'=>$last_index]; |
| 139 | 139 | ... | ... |
-
Please register or sign in to post a comment