mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Fix invalid constant after upgrading lograge to 0.11.0.
This commit is contained in:
@@ -108,7 +108,7 @@ module Hijack
|
||||
db_runtime = timings[:sql][:duration]
|
||||
end
|
||||
|
||||
subscriber = Lograge::RequestLogSubscriber.new
|
||||
subscriber = Lograge::Lograge::LogSubscribers::ActionController.new
|
||||
payload = ActiveSupport::HashWithIndifferentAccess.new(
|
||||
controller: self.class.name,
|
||||
action: action_name,
|
||||
|
||||
Reference in New Issue
Block a user