From e6823bbfd22e6d0ae7879c993e2da232cb500537 Mon Sep 17 00:00:00 2001 From: PhantomVl Date: Wed, 25 Oct 2017 21:15:31 +0300 Subject: [PATCH] Begin resample Sccp_manager changed the suffix of the configuration file name --- Sccp_manager.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Sccp_manager.class.php b/Sccp_manager.class.php index 7945780..10ef52d 100644 --- a/Sccp_manager.class.php +++ b/Sccp_manager.class.php @@ -1870,6 +1870,7 @@ class Sccp_manager extends \FreePBX_Helpers implements \BMO { case 'networkLocaleInfo': case 'networkLocale': $hwlang = ''; + $lang = ''; if (!empty($var_hw_config["_hwlang"])) { $hwlang = explode(':', $var_hw_config["_hwlang"]); }