Commit 26e1561d authored by Douwe Maan's avatar Douwe Maan

Merge branch '2756-ce-compatibility' into 'master'

Adds CE to EE compatibility with 2756

See merge request !2788
parents 4fdf411d 8d905f71
...@@ -49,7 +49,7 @@ module Projects ...@@ -49,7 +49,7 @@ module Projects
@project.namespace_id = current_user.namespace_id @project.namespace_id = current_user.namespace_id
end end
yield(@project) yield(@project) if block_given?
@project.creator = current_user @project.creator = current_user
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment