Change the dialplan detail order so that it starts with 10 instead of 0

This commit is contained in:
Mark Crane 2014-07-02 06:42:43 +00:00
parent 4d00203e79
commit 196eb3a55b
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
$dialplan["dialplan_enabled"] = $destination_enabled;
$dialplan["dialplan_description"] = $destination_description;
$dialplan_detail_order = 0;
$dialplan_detail_order = 10;
if (strlen($dialplan_uuid) == 0) {
//add the public condition
$y = 0;