From 6fa3dcdb53377cd4fb0dc791f7594ed84cfd5148 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 30 Jun 2023 14:26:36 -0600 Subject: [PATCH] Fix a spelling mistake for empty --- 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 3bec574767..5a903424d6 100644 --- a/app/extensions/extension_edit.php +++ b/app/extensions/extension_edit.php @@ -522,7 +522,7 @@ //assign the device to the extension(s) if (is_array($device_addresses) && @sizeof($device_addresses) != 0) { foreach ($device_addresses as $d => $device_address) { - if (!emtpy($device_address)) { + if (!empty($device_address)) { //get the device vendor if (isset($device_templates[$d])) { //use the the template to get the vendor