Remove the exit on the dialplan destination edit.

This commit is contained in:
markjcrane 2015-10-16 16:52:58 -07:00
parent 25ed768eb5
commit f3ccf63a0a
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
if (!permission_exists('destination_domain')) {
$sql .= "and domain_uuid = '".$domain_uuid."' ";
}
echo $sql."<br><br>";
//echo $sql."<br><br>";
$db->exec(check_sql($sql));
unset($sql);
}