Commit cce35b6d057611d792bdc70022bd7264798527a7
1 parent
61cfa2a7
Exists in
master
and in
4 other branches
Fixes api
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
lib/api/projects.rb
... | ... | @@ -52,8 +52,7 @@ module Gitlab |
52 | 52 | :issues_enabled, |
53 | 53 | :wall_enabled, |
54 | 54 | :merge_requests_enabled, |
55 | - :wiki_enabled, | |
56 | - :namespace_id] | |
55 | + :wiki_enabled] | |
57 | 56 | @project = ::Projects::CreateContext.new(current_user, attrs).execute |
58 | 57 | if @project.saved? |
59 | 58 | present @project, with: Entities::Project | ... | ... |