diff --git a/core/diag/RFC7585Tests.php b/core/diag/RFC7585Tests.php index 1cf1a6fd8..063377adb 100644 --- a/core/diag/RFC7585Tests.php +++ b/core/diag/RFC7585Tests.php @@ -194,7 +194,7 @@ public function __construct(string $realm, $discoverytag = \config\Diagnostics:: */ public function relevantNAPTR() { - if ($this->discoverytag == "") { + if ($this->discoveryTag == "") { $this->NAPTR_executed = RADIUSTests::RETVAL_NOTCONFIGURED; return RADIUSTests::RETVAL_NOTCONFIGURED; } @@ -265,7 +265,7 @@ public function relevantNAPTRcompliance() $formatErrors = []; // format of NAPTRs is consortium specific. eduroam and OpenRoaming below; // others need their own code - if ($this->discoverytag == "x-eduroam:radius.tls" || $this->discoverytag == "aaa+auth:radius.tls.tcp") { + if ($this->discoveryTag == "x-eduroam:radius.tls" || $this->discoveryTag == "aaa+auth:radius.tls.tcp") { foreach ($this->NAPTR_records as $edupointer) { // must be "s" type for SRV if ($edupointer["flags"] != "s" && $edupointer["flags"] != "S") {