-- Bug fix Thanks for the help @BossLX
This commit is contained in:
parent
2f1cf6ca74
commit
1e0e19cf26
|
@ -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"),
|
||||||
|
|
Loading…
Reference in a new issue