Maintenance: Fix a crash in the error handler of Zammad's file cache.
This commit is contained in:
parent
16ce1d6eb0
commit
6636af8d34
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ module ActiveSupport
|
||||||
# time, just log it
|
# time, just log it
|
||||||
super
|
super
|
||||||
rescue => e
|
rescue => e
|
||||||
Rails.logger.error "Can't write cache #{key}: #{e.inspect}"
|
Rails.logger.error "Can't write cache #{name}: #{e.inspect}"
|
||||||
Rails.logger.error e
|
Rails.logger.error e
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue