This commit is contained in:
Zmago Devetak 2017-05-12 10:10:50 +02:00 committed by GitHub
parent bb8c7c342c
commit 0dc4addd6c

View file

@ -176,7 +176,7 @@ module Users
message = "#{I18n.t('search.index.team')} #{team.name}"
notification = Notification.create(
type_of: :assignment,
title: sanitize_inpute(title),
title: sanitize_input(title),
message: sanitize_input(message)
)