Fixed syntax for ruby1.8.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10969 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
d6ecfcf50c
commit
093ecdfc73
|
@ -120,7 +120,7 @@ class Query < ActiveRecord::Base
|
|||
"ld" => :label_yesterday,
|
||||
"w" => :label_this_week,
|
||||
"lw" => :label_last_week,
|
||||
"l2w" => [:label_last_n_weeks, :count => 2],
|
||||
"l2w" => [:label_last_n_weeks, {:count => 2}],
|
||||
"m" => :label_this_month,
|
||||
"lm" => :label_last_month,
|
||||
"y" => :label_this_year,
|
||||
|
|
Loading…
Reference in New Issue