Update gateway_copy.php

This commit is contained in:
FusionPBX 2018-07-22 10:37:48 -06:00 committed by GitHub
parent 04e97d9493
commit 31c72b4cd1
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
$sql .= ")";
$sql .= "values ";
$sql .= "(";
if (strlen($domain_uuid) == 0) {
if (strlen($domain_uuid) > 0) {
$sql .= "'$domain_uuid', ";
}
else {