summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-08-20 11:54:41 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-08-20 11:54:41 +0000
commit18537b419b8d0b48becb5564cbc9f59fa33c24ec (patch)
tree3bc5d0ec112055f65f2fb868b13918c7fc3c141c /lib
parentaf7f4ea194a24e5d5a149d8a2cdc8caa75af6e69 (diff)
downloadredmine-18537b419b8d0b48becb5564cbc9f59fa33c24ec.tar.gz
redmine-18537b419b8d0b48becb5564cbc9f59fa33c24ec.zip
Merged r15645 (#23269).
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15745 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib')
-rw-r--r--lib/redmine/helpers/time_report.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine/helpers/time_report.rb b/lib/redmine/helpers/time_report.rb
index 884d00c68..19cc08dea 100644
--- a/lib/redmine/helpers/time_report.rb
+++ b/lib/redmine/helpers/time_report.rb
@@ -108,7 +108,7 @@ module Redmine
:klass => IssueStatus,
:label => :field_status},
'version' => {:sql => "#{Issue.table_name}.fixed_version_id",
- :klass => Version,
+ :klass => ::Version,
:label => :label_version},
'category' => {:sql => "#{Issue.table_name}.category_id",
:klass => IssueCategory,