mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
correct diagnostics method
This commit is contained in:
parent
19ca08857f
commit
eafba0c0c0
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class SingleSignOn
|
|||
|
||||
def diagnostics
|
||||
SingleSignOn::ACCESSORS.map do |a|
|
||||
"#{a}: #{sso.send(a)}"
|
||||
"#{a}: #{send(a)}"
|
||||
end.join("\n")
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue