dan-coulter / phpflickr

PHP Wrapper for the Flickr API
GNU General Public License v2.0
207 stars 128 forks source link

Minor spellcheck error/bug (not affecting behavior) #46

Closed Zekvyrin closed 2 years ago

Zekvyrin commented 10 years ago

Line: 367

$size's default value should "medium" (first letter should be capitalized).

It doesn't affect the behavior because using "array_key_exists" check on 391 line, the code "corrects" the falsely set default value to "medium".