Skip to content

Commit 5ade37c

Browse files
committed
Fix typo in members
1 parent aa3cad5 commit 5ade37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Gitlab/Api/Groups.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function transfer($group_id, $project_id)
3333
public function members($id, $page = 1, $per_page = self::PER_PAGE)
3434
{
3535
return $this->get('groups/'.urlencode($id).'/members', array(
36-
'page=' => $page,
36+
'page' => $page,
3737
'per_page' => $per_page
3838
));
3939
}

0 commit comments

Comments
 (0)