From cb7fd1e4ac9918373ae4f30dcae44e85b3348325 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 18 Jul 2024 23:35:58 -0600 Subject: [PATCH] Use the object format_address method --- app/devices/device_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/devices/device_edit.php b/app/devices/device_edit.php index a77f6334af..807514834d 100644 --- a/app/devices/device_edit.php +++ b/app/devices/device_edit.php @@ -1086,7 +1086,7 @@ echo "\n"; echo "\n"; if (permission_exists('device_address')) { - echo " \n"; + echo " format_address($device_address, $device_vendor))."\"/>\n"; echo "
\n"; echo $text['description-device_address']."\n"; }