Update dialplan_inbound_add.php

This commit is contained in:
FusionPBX
2019-08-11 17:22:16 -06:00
committed by GitHub
parent 8fa25d86d8
commit 44c735ded1

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
}