* Fix bug#37020,37076

This commit is contained in:
zenggang
2023-08-07 06:49:19 +00:00
parent c3116593e6
commit c4bc3a3d47
7 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ class gogs extends control
if(dao::isError()) return $this->send(array('result' => 'fail', 'message' => dao::getError()));
$actionID = $this->loadModel('action')->create('gogs', $gogsID, 'created');
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => inlink('browse')));
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => $this->createLink('space', 'browse')));
}
$this->view->title = $this->lang->gogs->common . $this->lang->colon . $this->lang->gogs->lblCreate;