Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Commit

Permalink
Fixed getFriendStories method when $save=true
Browse files Browse the repository at this point in the history
  • Loading branch information
kristjanmik committed Jun 12, 2015
1 parent cc3020a commit 77573ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/snapchat.php
Original file line number Diff line number Diff line change
Expand Up @@ -1000,8 +1000,9 @@ function getFriendStories($save = FALSE)
$from = $story->username;
$mediaKey = $story->media_key;
$mediaIV = $story->media_iv;
$timestamp = $story->timestamp;

$this->getStory($id, $mediaKey, $mediaIV, $from, $save);
$this->getStory($id, $mediaKey, $mediaIV, $from,$timestamp, $save);
}
}

Expand Down

0 comments on commit 77573ec

Please sign in to comment.