Commit ab603346 authored by James Lopez's avatar James Lopez

fix emails base service

parent e348f63b
...@@ -10,7 +10,7 @@ module EE ...@@ -10,7 +10,7 @@ module EE
private private
def log_audit_event(options = {}) def log_audit_event(options = {})
AuditEventService.new(@current_user, @user, options) ::AuditEventService.new(@current_user, @user, options)
.for_email(@email).security_event .for_email(@email).security_event
end 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