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:
Jean-Philippe Lang 2012-12-09 18:46:02 +00:00
parent d6ecfcf50c
commit 093ecdfc73
1 changed files with 1 additions and 1 deletions

View File

@ -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,