Skip to content

Commit

Permalink
Typo (#21421).
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.redmine.org/redmine/trunk@15095 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
jplang committed Jan 23, 2016
1 parent fe5ed8e commit 98abc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/redmine/i18n.rb
Expand Up @@ -71,7 +71,7 @@ def format_date(date)
::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)
Expand Down

0 comments on commit 98abc98

Please sign in to comment.