* Fix bugs

This commit is contained in:
zenggang
2023-08-07 06:53:59 +00:00
parent c9acba74a7
commit d7b4cfbe18
11 changed files with 239 additions and 29 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;