Skip to content

Commit 4e807c6

Browse files
committed
fix #1
1 parent ff9c2d6 commit 4e807c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pixiv.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public function works($illust_id)
133133
*/
134134
public function users($author_id)
135135
{
136-
return $this->fetch_from_url('v1/users/' . $author_id . '.json', 'GET', array(
136+
return $this->fetch_from_url('/v1/users/' . $author_id . '.json', 'GET', array(
137137
'profile_image_sizes' => 'px_170x170,px_50x50',
138138
'image_sizes' => 'px_128x128,small,medium,large,px_480mw',
139139
'include_stats' => 1,

0 commit comments

Comments
 (0)