Update dialplan_inbound_add.php

This commit is contained in:
FusionPBX 2019-08-11 17:22:16 -06:00 committed by GitHub
parent 0e65b4723f
commit 7079ba4d34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
}