Skip to content

Commit

Permalink
Update spam2_controller.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffyDave authored Oct 19, 2022
1 parent 73ce8cc commit 137c2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/spam2_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def _spam
when 'unmoderated'
@nodes.where(status: 4).order('changed DESC')
when 'published'
@nodes.where(status: 1).order('changed DESC')
@nodes.where(status: 1).order('changed DESC')
when 'spammed'
@nodes.where(status: 0).order('changed DESC')
when 'created'
Expand Down

0 comments on commit 137c2ec

Please sign in to comment.