From 60ac6c933164606c94b1bae1bc0eb0177cc70512 Mon Sep 17 00:00:00 2001 From: zenggang Date: Wed, 30 Aug 2023 09:06:16 +0000 Subject: [PATCH] * Fix bug#37888 --- module/gitlab/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/gitlab/control.php b/module/gitlab/control.php index 4c7ffe9a23..5dc003b9a5 100644 --- a/module/gitlab/control.php +++ b/module/gitlab/control.php @@ -195,7 +195,7 @@ class gitlab extends control $this->loadModel('action')->create('gitlabuser', $openID, 'bind', '', sprintf($this->lang->gitlab->bindDynamic, $gitlabNames[$openID], $zentaoUsers[$account]->realname)); } } - return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => $this->createLink('gitlab', 'browse'))); + return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => $this->createLink('space', 'browse'))); } $userList = array();