From 7de0d9bb281a3961ec4ced1a607ef88d7bb3414d Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 15 Aug 2019 12:38:11 -0600 Subject: [PATCH] Update app_defaults.php --- app/devices/app_defaults.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/devices/app_defaults.php b/app/devices/app_defaults.php index db8bd01dfb..8c750e2a94 100644 --- a/app/devices/app_defaults.php +++ b/app/devices/app_defaults.php @@ -86,7 +86,7 @@ if ($domains_processed == 1) { $array['device_profile_keys'][$index]['profile_key_value'] = $row["device_key_value"]; $array['device_profile_keys'][$index]['profile_key_extension'] = $row["device_key_extension"]; $array['device_profile_keys'][$index]['profile_key_protected'] = $row["device_key_protected"]; - $array['device_profile_keys'][$index]['profile_key_label'] = $row[" device_key_label"]; + $array['device_profile_keys'][$index]['profile_key_label'] = $row["device_key_label"]; $array['device_profile_keys'][$index]['profile_key_icon'] = $row["device_key_icon"]; }