* Fix bug#16861

This commit is contained in:
zenggang
2021-11-30 07:04:46 +00:00
parent 5d192a8413
commit 5088748be4
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -835,7 +835,7 @@ class gitlab extends control
if($res or is_array($res))
{
die(js::locate($this->createLink('repo', 'maintain'), 'parent'));
die(js::alert($this->lang->gitlab->addWebhookSuccess));
}
else
{