mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
Fix typo.
This commit is contained in:
parent
711df31a9d
commit
125126c893
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ if (Rails.env.production? && SiteSetting.logging_provider == 'lograge') || ENV["
|
|||
params = event.payload[:params].except(*exceptions)
|
||||
|
||||
if (file = params[:file]) && file.respond_to?(:headers)
|
||||
param[:file] = file.headers
|
||||
params[:file] = file.headers
|
||||
end
|
||||
|
||||
if (files = params[:files])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue