-- Bug fix Thanks for the help @BossLX

This commit is contained in:
PhantomVl 2020-05-04 12:13:01 +03:00
parent c12cfad751
commit f23f8a511c

View file

@ -465,7 +465,7 @@ class Sccp_manager extends \FreePBX_Helpers implements \BMO {
if (empty($this->pagedata)) { if (empty($this->pagedata)) {
switch ($inputform) { switch ($inputform) {
case dialplan: case 'dialplan':
$this->pagedata = array( $this->pagedata = array(
"general" => array( "general" => array(
"name" => _("SCCP Dial Plan information"), "name" => _("SCCP Dial Plan information"),