mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 02:36:15 +08:00
typo s/faivcon/favicon (#7697)
This commit is contained in:
parent
b9df7a2257
commit
ce79a71c5d
|
@ -142,7 +142,7 @@ class StaticController < ApplicationController
|
|||
file&.read || ""
|
||||
rescue => e
|
||||
AdminDashboardData.add_problem_message('dashboard.bad_favicon_url', 1800)
|
||||
Rails.logger.warn("Failed to fetch faivcon #{favicon.url}: #{e}\n#{e.backtrace}")
|
||||
Rails.logger.warn("Failed to fetch favicon #{favicon.url}: #{e}\n#{e.backtrace}")
|
||||
""
|
||||
ensure
|
||||
file&.unlink
|
||||
|
|
Loading…
Reference in New Issue
Block a user