summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSebastian Ziebell <sebastian.ziebell@asquera.de>2013-03-05 22:33:45 +0100
committerSebastian Ziebell <sebastian.ziebell@asquera.de>2013-03-05 22:33:45 +0100
commitcce35b6d057611d792bdc70022bd7264798527a7 (patch)
tree7d0d0af4905b0e98281cbc5c477333bac1172c80 /lib
parent61cfa2a7a6e1d4557b69e17c537656e8a0201ac8 (diff)
downloadgitlab-ce-cce35b6d057611d792bdc70022bd7264798527a7.tar.gz
Fixes api
Diffstat (limited to 'lib')
-rw-r--r--lib/api/projects.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/api/projects.rb b/lib/api/projects.rb
index 6df00db70a0..cf48f88bec9 100644
--- a/lib/api/projects.rb
+++ b/lib/api/projects.rb
@@ -52,8 +52,7 @@ module Gitlab
:issues_enabled,
:wall_enabled,
:merge_requests_enabled,
- :wiki_enabled,
- :namespace_id]
+ :wiki_enabled]
@project = ::Projects::CreateContext.new(current_user, attrs).execute
if @project.saved?
present @project, with: Entities::Project