DEV: Prevent deprecation warnings being incorrectly logged
This commit is contained in:
parent
27ed60bad0
commit
23c65feb6c
|
@ -511,7 +511,7 @@ class Plugin::Instance
|
|||
provider = Auth::AuthProvider.new
|
||||
|
||||
Auth::AuthProvider.auth_attributes.each do |sym|
|
||||
provider.send "#{sym}=", opts.delete(sym)
|
||||
provider.send "#{sym}=", opts.delete(sym) if opts.has_key?(sym)
|
||||
end
|
||||
|
||||
begin
|
||||
|
|
Loading…
Reference in New Issue