mirror of
https://github.com/redmine/redmine.git
synced 2026-02-01 12:20:12 +01: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:
@@ -28,7 +28,7 @@ module Redmine
|
||||
}.freeze
|
||||
|
||||
def allowlist
|
||||
@@allowlist ||= customize_allowlist(super.deep_dup)
|
||||
@allowlist ||= customize_allowlist(super.deep_dup)
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
Reference in New Issue
Block a user