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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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