From d10e8bfdd47ee498cfb4ab4f5b96da9c4fe66180 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 12 May 2023 17:03:02 -0600 Subject: [PATCH] Update authentication.php --- core/authentication/resources/classes/authentication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/authentication/resources/classes/authentication.php b/core/authentication/resources/classes/authentication.php index a287b927ed..81c0a9c569 100644 --- a/core/authentication/resources/classes/authentication.php +++ b/core/authentication/resources/classes/authentication.php @@ -420,7 +420,7 @@ class authentication { } //remote port number from the domain name - $domain_array = explode(":", $domain_name); + $domain_array = explode(":", $this->domain_name); if (count($domain_array) > 1) { $domain_name = $domain_array[0]; }