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.
This commit is contained in:
FusionPBX
2016-09-10 16:18:33 -06:00
committed by GitHub
parent 7f245d827b
commit 044560077b

View File

@@ -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";