fix my typos

This commit is contained in:
Philip Arndt 2011-07-01 09:32:40 +12:00
parent 7028ef3ddd
commit aa727f6ccf

View file

@ -7,7 +7,7 @@ module Admin
if request.post?
BlogComment::Notification.recipients = params[:recipients]
flash[:notice] = t('updated', :scope => 'admin.blog.settings.notification_recipients'
flash[:notice] = t('updated', :scope => 'admin.blog.settings.notification_recipients',
:recipients => BlogComment::Notification.recipients)
unless request.xhr? or from_dialog?
redirect_back_or_default(admin_blog_posts_path)