ebd5a4a9 by Jeff Balicki

qqa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 53057059
...@@ -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
......