From 2db571f2fc2d00c9239e363ce132de56f23e44ed Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 15 Dec 2021 15:02:17 -0700 Subject: [PATCH] Correct the name dislplay_label to label. --- app/extensions/extension_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/extensions/extension_edit.php b/app/extensions/extension_edit.php index 238827be20..ce0f9c32c3 100644 --- a/app/extensions/extension_edit.php +++ b/app/extensions/extension_edit.php @@ -611,7 +611,7 @@ $array["devices"][$j]["device_lines"][0]["outbound_proxy_secondary"] = $_SESSION['provision']['outbound_proxy_secondary']['text']; $array["devices"][$j]["device_lines"][0]["server_address_primary"] = $_SESSION['provision']['server_address_primary']['text']; $array["devices"][$j]["device_lines"][0]["server_address_secondary"] = $_SESSION['provision']['server_address_secondary']['text']; - $array["devices"][$j]["device_lines"][0]["display_label"] = $line_label; + $array["devices"][$j]["device_lines"][0]["label"] = $line_label; $array["devices"][$j]["device_lines"][0]["display_name"] = $line_display_name; $array["devices"][$j]["device_lines"][0]["user_id"] = $extension; $array["devices"][$j]["device_lines"][0]["auth_id"] = $extension;