mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update gateway_copy.php
This commit is contained in:
@@ -128,7 +128,7 @@
|
||||
$sql .= ")";
|
||||
$sql .= "values ";
|
||||
$sql .= "(";
|
||||
if (strlen($domain_uuid) == 0) {
|
||||
if (strlen($domain_uuid) > 0) {
|
||||
$sql .= "'$domain_uuid', ";
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user