소스 검색

Update pdo.php

FusionPBX 2 년 전
부모
커밋
bf8c01e044
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/pdo.php

+ 1 - 1
resources/pdo.php

@@ -283,7 +283,7 @@ if ($db_type == "odbc") {
 } //end if db_type pgsql
 
 //get the domain list
-	if (!is_array($_SESSION['domains']) or !isset($_SESSION["domain_uuid"])) {
+	if (empty($_SESSION['domains']) or empty($_SESSION["domain_uuid"])) {
 
 		//get the domain
 			$domain_array = explode(":", $_SERVER["HTTP_HOST"] ?? '');