From d59213dc62cae0150e3e3c6d8d6dc1c73c80cb34 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 10 Sep 2016 16:18:33 -0600 Subject: [PATCH] Update app_config.php Right now label is based on the name this fixes the label. The label part of the array is not saved in the database yet so it can't be used at this time. --- app/devices/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/devices/app_config.php b/app/devices/app_config.php index 1b7ae8a6ab..b6563be83f 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -1592,7 +1592,7 @@ $vendors[$y]['functions'][$z]['groups'][] = "admin"; $z++; $vendors[$y]['functions'][$z]['label'] = "label-speed_dial"; - $vendors[$y]['functions'][$z]['name'] = "speed dial"; + $vendors[$y]['functions'][$z]['name'] = "speed_dial"; $vendors[$y]['functions'][$z]['value'] = "speed dial"; $vendors[$y]['functions'][$z]['groups'][] = "superadmin"; $vendors[$y]['functions'][$z]['groups'][] = "admin";