Update gateway_copy.php

This commit is contained in:
FusionPBX
2018-07-22 10:32:20 -06:00
committed by GitHub
parent 57b054c722
commit 8cc4c910f1

View File

@@ -55,6 +55,7 @@
$prep_statement->execute();
$gateways = $prep_statement->fetchAll(PDO::FETCH_NAMED);
foreach ($gateways as &$row) {
$domain_uuid = $row["domain_uuid"];
$gateway = $row["gateway"];
$username = $row["username"];
$password = $row["password"];