Update dialplan.php

This commit is contained in:
FusionPBX 2018-02-25 00:33:00 -07:00 committed by GitHub
parent 33ce1017ab
commit e0cf2f7899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -338,9 +338,6 @@ include "root.php";
$this->dialplan_global = true;
}
}
if ($this->display_type == "text") {
echo " ".$this->dialplan_name.": added\n";
}
if (strlen($dialplan['extension']['@attributes']['continue']) > 0) {
$this->dialplan_continue = $dialplan['extension']['@attributes']['continue'];
}
@ -428,6 +425,8 @@ include "root.php";
}
//end the transaction
$this->db->commit();
//update the session array
$_SESSION['upgrade']['app_defaults']['dialplans'][$domain['domain_name']][]['dialplan_name'] = $this->dialplan_name;
}
}
}