From 3c77185b81c6986e4c04f432ca63ac2c2491c71a Mon Sep 17 00:00:00 2001 From: ednt Date: Thu, 27 Jun 2019 15:06:40 +0200 Subject: [PATCH] A typo at the last commit (#4313) --- app/dialplans/resources/classes/dialplan.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;