Update sip_profile_edit.php

This commit is contained in:
FusionPBX 2018-07-05 14:33:15 -06:00 committed by GitHub
parent 99afc816ed
commit d51906a32d
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@
$prep_statement->execute();
$sip_profiles = $prep_statement->fetchAll(PDO::FETCH_NAMED);
foreach ($sip_profiles as $key => $row) {
$sip_profiles[$key] = array_map("escape", $row); }
$sip_profiles[$key] = array_map("escape", $row);
$sip_profile_name = $row["sip_profile_name"];
$sip_profile_hostname = $row["sip_profile_hostname"];
$sip_profile_enabled = $row["sip_profile_enabled"];