fixes #1345
This commit is contained in:
@@ -584,7 +584,7 @@ class User < ActiveRecord::Base
|
||||
end
|
||||
|
||||
if params[:id].present?
|
||||
q = q.where("id = ?", params[:id].to_i)
|
||||
q = q.where("id in (?)", params[:id].split(",").map(&:to_i))
|
||||
end
|
||||
|
||||
case params[:order]
|
||||
|
||||
Reference in New Issue
Block a user