Skip to content

Commit 846e037

Browse files
committed
Add missing method arg for photos_search()
This method is deprecated, but until it's removed it might as well work. Closes #43
1 parent 30026af commit 846e037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpFlickr.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1373,7 +1373,7 @@ public function photos_removeTag($tag_id)
13731373
*/
13741374
public function photos_search($args = [])
13751375
{
1376-
return $this->photos()->search();
1376+
return $this->photos()->search($args);
13771377
}
13781378

13791379
/**

0 commit comments

Comments
 (0)