mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 00:51:03 +08:00
Fix typo.
This commit is contained in:
parent
bd88d05ac6
commit
662f6ef68a
|
@ -42,7 +42,7 @@ class LogAnalyzer
|
|||
user_agent =~ /Mobile|Android|webOS/ && !(user_agent =~ /iPad|Nexus (7|10)/)
|
||||
end
|
||||
|
||||
def parsed_timge
|
||||
def parsed_time
|
||||
DateTime.strptime(time, TIME_FORMAT) if time
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user