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

Commit

Permalink
Merge pull request #132 from kristjanmik/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgp25 committed Jun 12, 2015
2 parents cc3020a + 77573ec commit 91a9a27
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 91a9a27

Please sign in to comment.