Update gateway_copy.php

This commit is contained in:
FusionPBX
2018-07-22 10:37:48 -06:00
committed by GitHub
parent 8cc4c910f1
commit 8e8bda83aa

View File

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