Update pdo.php

This commit is contained in:
FusionPBX 2018-10-23 22:38:35 -06:00 committed by GitHub
parent ef57fea831
commit 6935f6f599
1 changed files with 1 additions and 1 deletions

View File

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