summaryrefslogtreecommitdiffstats
path: root/lib/redmine/sort_criteria.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/redmine/sort_criteria.rb')
-rw-r--r--lib/redmine/sort_criteria.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/redmine/sort_criteria.rb b/lib/redmine/sort_criteria.rb
index 461cd3ac1..01cb95871 100644
--- a/lib/redmine/sort_criteria.rb
+++ b/lib/redmine/sort_criteria.rb
@@ -48,8 +48,8 @@ module Redmine
normalize!
end
- def add(*args)
- self.class.new(self).add!(*args)
+ def add(*)
+ self.class.new(self).add!(*)
end
def first_key