diff --git a/app/models/post_action_type.rb b/app/models/post_action_type.rb index 96c42945f..cc76d233a 100644 --- a/app/models/post_action_type.rb +++ b/app/models/post_action_type.rb @@ -16,7 +16,7 @@ class PostActionType < ActiveRecord::Base end def flag_types - @flag_types ||= types.only(:off_topic, :spam, :inappropriate, :notify_user, :notify_moderators) + @flag_types ||= types.only(:off_topic, :spam, :inappropriate, :notify_moderators) end # flags resulting in mod notifications