diff --git a/app/dialplans/resources/classes/dialplan.php b/app/dialplans/resources/classes/dialplan.php index 967c2b5c3d..59e08d8869 100644 --- a/app/dialplans/resources/classes/dialplan.php +++ b/app/dialplans/resources/classes/dialplan.php @@ -354,7 +354,7 @@ include "root.php"; else { $this->dialplan_enabled = "true"; } - $this->dialplan_descriptio = $dialplan['extension']['@attributes']['description']; + $this->dialplan_description = $dialplan['extension']['@attributes']['description']; $this->dialplan_add(); //loop through the condition array $x = 0;