Commit 9f863dbe authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'rs-milestones-base-service-parity' into 'master'

Bring CE-EE parity to app/services/milestones/base_service.rb

See merge request gitlab-org/gitlab-ce!19018
parents 3e1dcbc4 d1f44952
......@@ -5,6 +5,7 @@ module Milestones
def initialize(parent, user, params = {})
@parent, @current_user, @params = parent, user, params.dup
super
end
end
end
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