From a76d9637e31a70060ecc38786246a8b1c9178322 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 12 Aug 2019 20:30:28 -0600 Subject: [PATCH] Update contact_urls.php --- app/contacts/contact_urls.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/contacts/contact_urls.php b/app/contacts/contact_urls.php index 0da336bb8b..99eb950efd 100644 --- a/app/contacts/contact_urls.php +++ b/app/contacts/contact_urls.php @@ -38,6 +38,11 @@ exit; } +//set the uuid + if (is_uuid($_GET['id'])) { + $contact_uuid = $_GET['id']; + } + //show the content echo "\n"; echo "\n"; @@ -69,7 +74,7 @@ echo "\n"; echo "\n"; echo "\n";
".$text['label-url_description'].""; if (permission_exists('contact_url_add')) { - echo "$v_link_label_add"; + echo "$v_link_label_add"; } echo "