Skip to content

Commit

Permalink
Merge pull request #14 from PanMan/patch-1
Browse files Browse the repository at this point in the history
GetMedia needs auth
  • Loading branch information
Andreyco authored Apr 13, 2017
2 parents 9665964 + 1c23fee commit 47b322b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public function searchMedia($lat, $lng, $distance = 1000, $minTimestamp = NULL,
* @return mixed
*/
public function getMedia($id) {
return $this->_makeCall('media/' . $id);
return $this->_makeCall('media/' . $id, true);
}

/**
Expand Down

0 comments on commit 47b322b

Please sign in to comment.