*Fix bug #15506.
This commit is contained in:
@@ -138,7 +138,7 @@ class gitlab extends control
|
||||
*/
|
||||
public function bindUser($gitlabID)
|
||||
{
|
||||
$userPairs = $this->loadModel('user')->getPairs('noclosed');
|
||||
$userPairs = $this->loadModel('user')->getPairs('noclosed|noletter');
|
||||
|
||||
$gitlab = $this->gitlab->getByID($gitlabID);
|
||||
$user = $this->gitlab->apiGetCurrentUser($gitlab->url, $gitlab->token);
|
||||
|
||||
Reference in New Issue
Block a user