mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
TRIVIAL: fix grammar on 'deferred' columns
This commit is contained in:
@@ -115,7 +115,7 @@ module FlagQuery
|
||||
|
||||
if filter == "old"
|
||||
post_actions.where("post_actions.disagreed_at IS NOT NULL OR
|
||||
post_actions.defered_at IS NOT NULL OR
|
||||
post_actions.deferred_at IS NOT NULL OR
|
||||
post_actions.agreed_at IS NOT NULL")
|
||||
else
|
||||
post_actions.active
|
||||
|
Reference in New Issue
Block a user