Update gateway_copy.php

This commit is contained in:
FusionPBX
2018-07-22 10:32:20 -06:00
committed by GitHub
parent b33eae98bf
commit 04e97d9493

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"];