From 6b6fbaaf0cdb5a179b034ccef19c0416b4d057db Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 28 Sep 2017 03:19:12 -0600 Subject: [PATCH] Update destinations.php --- resources/classes/destinations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/classes/destinations.php b/resources/classes/destinations.php index 14c0f56f5a..5465c8b3a9 100644 --- a/resources/classes/destinations.php +++ b/resources/classes/destinations.php @@ -82,7 +82,7 @@ class destinations { } $this->destinations[$x]['type'] = 'array'; $this->destinations[$x]['label'] = 'other'; - $this->destinations[$x]['name'] = 'dialplan'; + $this->destinations[$x]['name'] = 'dialplans'; $this->destinations[$x]['field']['name'] = "name"; $this->destinations[$x]['field']['destination'] = "destination"; $this->destinations[$x]['select_value']['dialplan'] = "transfer:\${destination}";