diff --git a/app/devices/app_config.php b/app/devices/app_config.php index 13a4236c13..a444442fb8 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -951,8 +951,8 @@ $vendors[$y]['functions'][$z]['groups'][] = "superadmin"; $vendors[$y]['functions'][$z]['groups'][] = "admin"; $z++; - $vendors[$y]['functions'][$z]['label'] = "label-xml_phonebook"; - $vendors[$y]['functions'][$z]['name'] = "xml_phonebook"; + $vendors[$y]['functions'][$z]['label'] = "label-xml_directory"; + $vendors[$y]['functions'][$z]['name'] = "xml_directory"; $vendors[$y]['functions'][$z]['value'] = "47"; $vendors[$y]['functions'][$z]['groups'][] = "superadmin"; $vendors[$y]['functions'][$z]['groups'][] = "admin";