summaryrefslogtreecommitdiff
path: root/lib/api/projects.rb
diff options
context:
space:
mode:
authorMatt Humphrey <matt@tomatto.co.uk>2013-03-01 16:36:19 +0000
committerMatt Humphrey <matt@tomatto.co.uk>2013-03-01 16:36:19 +0000
commit1c0c7bd6e3ca2a0cbcb7af6a4b6c8067e10b3880 (patch)
treea0971252ffbbec70c3e96ffab5608eb2a71b0c72 /lib/api/projects.rb
parentdd653f62f3bf07e1ea2260b06cd44ab1aaba028b (diff)
downloadgitlab-ce-1c0c7bd6e3ca2a0cbcb7af6a4b6c8067e10b3880.tar.gz
Missed comma.
Diffstat (limited to 'lib/api/projects.rb')
-rw-r--r--lib/api/projects.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/projects.rb b/lib/api/projects.rb
index 851e54c59b7..8f57e5ac79f 100644
--- a/lib/api/projects.rb
+++ b/lib/api/projects.rb
@@ -42,7 +42,7 @@ module Gitlab
:issues_enabled,
:wall_enabled,
:merge_requests_enabled,
- :wiki_enabled
+ :wiki_enabled,
:namespace_id]
@project = ::Projects::CreateContext.new(current_user, attrs).execute
if @project.saved?