mirror of
https://github.com/redmine/redmine.git
synced 2026-01-16 20:43:03 +01:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user