mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-01 03:57:15 +00:00
Fixed Replace class var @@allowlist with a class instance var (#32424).
git-svn-id: http://svn.redmine.org/redmine/trunk@21166 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
b897b13ba8
commit
e1e4736e97
@ -28,7 +28,7 @@ module Redmine
|
||||
}.freeze
|
||||
|
||||
def allowlist
|
||||
@@allowlist ||= customize_allowlist(super.deep_dup)
|
||||
@allowlist ||= customize_allowlist(super.deep_dup)
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user