mirror of
https://github.com/redmine/redmine.git
synced 2026-03-04 19:41:25 +01:00
Typo (#21421).
git-svn-id: http://svn.redmine.org/redmine/trunk@15095 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user