From 1e0e19cf2696bda2f7539895be51e80e92788d23 Mon Sep 17 00:00:00 2001 From: PhantomVl Date: Mon, 4 May 2020 12:13:01 +0300 Subject: [PATCH] -- Bug fix Thanks for the help @BossLX --- Sccp_manager.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sccp_manager.class.php b/Sccp_manager.class.php index 84ab155..4803598 100644 --- a/Sccp_manager.class.php +++ b/Sccp_manager.class.php @@ -465,7 +465,7 @@ class Sccp_manager extends \FreePBX_Helpers implements \BMO { if (empty($this->pagedata)) { switch ($inputform) { - case dialplan: + case 'dialplan': $this->pagedata = array( "general" => array( "name" => _("SCCP Dial Plan information"),