This commit is contained in:
liyuchun
2022-05-26 05:42:50 +00:00
parent 8a008bc17a
commit fb771e6bc5
+1
View File
@@ -204,6 +204,7 @@ class repoModel extends model
{
if($this->post->gitlabHost == '') dao::$errors['gitlabHost'] = sprintf($this->lang->error->notempty, $this->lang->repo->gitlabHost);
if($this->post->gitlabProject == '') dao::$errors['gitlabProject'] = sprintf($this->lang->error->notempty, $this->lang->repo->gitlabProject);
if(dao::isError()) return false;
}
$data = fixer::input('post')