From c7c06eb02b16ce49d7b450c35ee2f83ec2d99db9 Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Thu, 15 May 2025 14:04:20 -0600 Subject: [PATCH] Fix mispelling in yealink_firmware_t44w (#7372) Removed the leading $ from the variable --- app/yealink/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/yealink/app_config.php b/app/yealink/app_config.php index 9e37bdabf6..a25245f34e 100644 --- a/app/yealink/app_config.php +++ b/app/yealink/app_config.php @@ -554,7 +554,7 @@ $y++; $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "965d5dad-d3d2-49a7-a3f3-7237a0fece21"; $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "$yealink_firmware_t44w"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "yealink_firmware_t44w"; $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; $apps[$x]['default_settings'][$y]['default_setting_value'] = "T46U(T43U,T46U,T41U,T48U,T42U,T44U,T44W)-108.87.0.15.rom"; $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";