Merge branch 'dev_trustie' of http://gitea.trustie.net/jasder/forgeplus into dev_trustie
This commit is contained in:
commit
e7c4668f63
|
@ -50,6 +50,6 @@ class Projects::CreateService < ApplicationService
|
|||
end
|
||||
|
||||
def repo_is_public
|
||||
!get_is_public
|
||||
params[:private].blank? ? true : !get_is_public
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue