* Fix bug#39034,39039

This commit is contained in:
zenggang
2023-09-27 08:57:32 +00:00
parent 21778398f2
commit 35312dd07e
10 changed files with 93 additions and 6 deletions
+1 -1
View File
@@ -630,7 +630,7 @@ class gitlab extends control
{
$message = dao::getError();
foreach($message as &$msg) if(is_string($msg)) $msg = zget($this->lang->gitlab->errorResonse, $msg, $msg);
return $this->send(array('result' => 'fail', 'message' => $message));
return $this->send(array('result' => 'fail', 'message' => $message));
}
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => inlink('browseUser', "gitlabID=$gitlabID")));
}