mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-19 23:18:28 +00:00
Remove the exit on the dialplan destination edit.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user