diff --git a/src/PhotosApi.php b/src/PhotosApi.php index 1a2fe4b..48ed77d 100644 --- a/src/PhotosApi.php +++ b/src/PhotosApi.php @@ -94,7 +94,7 @@ public function delete($photoId) */ public function getAllContexts($photoId) { - return $this->request('flickr.photos.getAllContexts', ['photo_id' => $photoId]); + return $this->flickr->request('flickr.photos.getAllContexts', ['photo_id' => $photoId]); } /**