Skip to content

Commit 36746f1

Browse files
committed
Merge pull request #92 from adoboPullRequests/master
Fix user removal from group URL
2 parents 9c4a3b6 + c12d775 commit 36746f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Redmine/Api/Group.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,6 @@ public function addUser($id, $userId)
126126
*/
127127
public function removeUser($id, $userId)
128128
{
129-
return $this->delete('/groups/'.$id.'/user/'.$userId.'.xml');
129+
return $this->delete('/groups/'.$id.'/users/'.$userId.'.xml');
130130
}
131131
}

0 commit comments

Comments
 (0)