mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Fix typo.
This commit is contained in:
parent
711df31a9d
commit
125126c893
@ -48,7 +48,7 @@ if (Rails.env.production? && SiteSetting.logging_provider == 'lograge') || ENV["
|
|||||||
params = event.payload[:params].except(*exceptions)
|
params = event.payload[:params].except(*exceptions)
|
||||||
|
|
||||||
if (file = params[:file]) && file.respond_to?(:headers)
|
if (file = params[:file]) && file.respond_to?(:headers)
|
||||||
param[:file] = file.headers
|
params[:file] = file.headers
|
||||||
end
|
end
|
||||||
|
|
||||||
if (files = params[:files])
|
if (files = params[:files])
|
||||||
|
Loading…
Reference in New Issue
Block a user