diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-01-23 08:35:48 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-01-23 08:35:48 +0000 |
commit | 98abc9838add8bbc5b4a88ca8589cfee5fabc1e8 (patch) | |
tree | a296419a37529dccbf6d0bb1dddd505d3d7722c7 /lib | |
parent | fe5ed8e6cce9d7cd3edc514a7dc8053f7be81d03 (diff) | |
download | redmine-98abc9838add8bbc5b4a88ca8589cfee5fabc1e8.tar.gz redmine-98abc9838add8bbc5b4a88ca8589cfee5fabc1e8.zip |
Typo (#21421).
git-svn-id: http://svn.redmine.org/redmine/trunk@15095 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib')
-rw-r--r-- | lib/redmine/i18n.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine/i18n.rb b/lib/redmine/i18n.rb index f6013bcb5..e47f79d9f 100644 --- a/lib/redmine/i18n.rb +++ b/lib/redmine/i18n.rb @@ -71,7 +71,7 @@ module Redmine ::I18n.l(date.to_date, options) end - def format_time(time, include_date=true, user=User.currant) + def format_time(time, include_date=true, user=User.current) return nil unless time options = {} options[:format] = (Setting.time_format.blank? ? :time : Setting.time_format) |