Commit d1f44952 authored by Robert Speicher's avatar Robert Speicher

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

parent be54edbf
......@@ -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