Add the description element for import (#4288)

To make it possible to use descriptions for own dialplan xmls
This commit is contained in:
ednt
2019-06-18 08:05:50 -06:00
committed by FusionPBX
parent 9cb4e5e347
commit 5289b34ade
+1 -1
View File
@@ -354,7 +354,7 @@ include "root.php";
else {
$this->dialplan_enabled = "true";
}
$this->dialplan_description = '';
$this->dialplan_descriptio = $dialplan['extension']['@attributes']['description'];
$this->dialplan_add();
//loop through the condition array
$x = 0;