Menu

#10 urls_getUserProfile() output is incomplete

open
nobody
None
5
2008-09-27
2008-09-27
Anonymous
No

phpFlickr->urls_getUserProfile() outputs just the 'url' portion of data and omits 'nsid'.

I think the line

return $this->parsed_response ? $this->parsed_response['user']['url'] : false;

should be changed to

return $this->parsed_response ? $this->parsed_response['user'] : false;

Overall phpFlickr is great.

Discussion


Log in to post a comment.