Fix NotificationService NameError for new issue

master
Dmitriy Zaporozhets 2013-03-27 21:42:01 +02:00
parent 0a044c7318
commit f230fe3dda
1 changed files with 1 additions and 1 deletions

View File

@ -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: