Explorar o código

Update authentication.php

FusionPBX %!s(int64=2) %!d(string=hai) anos
pai
achega
26a491397b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/authentication/resources/classes/authentication.php

+ 1 - 1
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];
 			}