From 4620df53c467f0afddd0fa0acc458ac02b25f6e7 Mon Sep 17 00:00:00 2001 From: steve-lad <72376554+steve-lad@users.noreply.github.com> Date: Wed, 2 Jun 2021 15:30:21 +0200 Subject: [PATCH] Change Function names --- Sccp_manager.class.php | 2 +- page.sccpsettings.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sccp_manager.class.php b/Sccp_manager.class.php index dc79cfa..1bf6e35 100644 --- a/Sccp_manager.class.php +++ b/Sccp_manager.class.php @@ -265,7 +265,7 @@ class Sccp_manager extends \FreePBX_Helpers implements \BMO { * Show form information - General */ - public function myShowPage() { + public function settingsShowPage() { $request = $_REQUEST; $action = !empty($request['action']) ? $request['action'] : ''; diff --git a/page.sccpsettings.php b/page.sccpsettings.php index deb8315..363254b 100644 --- a/page.sccpsettings.php +++ b/page.sccpsettings.php @@ -11,7 +11,7 @@ if (!defined('FREEPBX_IS_AUTH')) { // // Initialise page before to avoid double calls and improve performance -$display_page = FreePBX::create()->Sccp_manager->myShowPage(); +$display_page = FreePBX::create()->Sccp_manager->settingsShowPage(); $display_info = _("SCCP Server Settings"); // standardise code to reduce base include('page.html.php');