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');