Commit f230fe3d authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix NotificationService NameError for new issue

parent 0a044c73
......@@ -40,7 +40,7 @@ class NotificationService
# * issue new assignee if his notification level is not Disabled
#
def reassigned_issue(issue, current_user)
reassign_email(merge_request, current_user, 'reassigned_issue_email')
reassign_email(issue, current_user, 'reassigned_issue_email')
end
# When create an issue we should send next emails:
......
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