Skip to content

Commit

Permalink
Update functions.php
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-thomas authored Nov 16, 2016
1 parent cb7a0f7 commit 6bd39ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ function facebook_posts($number) {
*/
function instagram_posts($number) {
global $ss_stream;
$chunks = array_chunk($ss_stream->facebook->fetch()->posts, $number);
$chunks = array_chunk($ss_stream->instagram->fetch()->posts, $number);
return $chunks[0];
}

0 comments on commit 6bd39ae

Please sign in to comment.