Update dialplan_inbound_add.php
This commit is contained in:
parent
0e65b4723f
commit
7079ba4d34
|
|
@ -117,7 +117,7 @@
|
|||
}
|
||||
}
|
||||
$dialplan_enabled = $_POST["dialplan_enabled"];
|
||||
$dialplan_description = $_POST["dialplan_description"])
|
||||
$dialplan_description = $_POST["dialplan_description"];
|
||||
if (strlen($dialplan_enabled) == 0) { $dialplan_enabled = "true"; } //set default to enabled
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue