Merge branch 'master' of https://github.com/r888888888/danbooru
This commit is contained in:
@@ -45,7 +45,7 @@ class PostFlag < ActiveRecord::Base
|
||||
|
||||
if params[:is_resolved] == "true"
|
||||
q = q.resolved
|
||||
elsif params[is_resolved] == "false"
|
||||
elsif params[:is_resolved] == "false"
|
||||
q = q.unresolved
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user