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
|
end
|
||||||
|
|
||||||
def repo_is_public
|
def repo_is_public
|
||||||
!get_is_public
|
params[:private].blank? ? true : !get_is_public
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue