samwilson / phpflickr

A PHP wrapper for the Flickr API, including OAuth.
https://packagist.org/packages/samwilson/phpflickr
GNU General Public License v2.0
39 stars 15 forks source link

Fix for call to undefined method in PhotosApi->getAllContexts(). #35

Closed sillygwailo closed 4 years ago

sillygwailo commented 4 years ago
Error: Call to undefined method Samwilson\PhpFlickr\PhotosApi::request() in
Samwilson\PhpFlickr\PhotosApi->getAllContexts() (line 97 of /[path]/vendor/samwilson/phpflickr/src/PhotosApi.php).

This PR matches where the request method can be found with the other API calls.

samwilson commented 4 years ago

@sillygwailo: Thanks!