mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Fixed call forward disabling
This commit is contained in:
@@ -93,7 +93,7 @@ include "root.php";
|
||||
if (strlen($this->forward_all_destination) == 0 || $this->forward_all_enabled == "false") {
|
||||
$sql .= "forward_all_destination = null, ";
|
||||
$sql .= "dial_string = null, ";
|
||||
$sql .= "forward_all_enabled = false ";
|
||||
$sql .= "forward_all_enabled = 'false' ";
|
||||
}
|
||||
else {
|
||||
$sql .= "forward_all_destination = '$this->forward_all_destination', ";
|
||||
|
||||
Reference in New Issue
Block a user