Skip to content

Commit

Permalink
fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
kokororin committed Jun 9, 2016
1 parent ff9c2d6 commit 4e807c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixiv.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public function works($illust_id)
*/
public function users($author_id)
{
return $this->fetch_from_url('v1/users/' . $author_id . '.json', 'GET', array(
return $this->fetch_from_url('/v1/users/' . $author_id . '.json', 'GET', array(
'profile_image_sizes' => 'px_170x170,px_50x50',
'image_sizes' => 'px_128x128,small,medium,large,px_480mw',
'include_stats' => 1,
Expand Down

0 comments on commit 4e807c6

Please sign in to comment.