diff --git a/app/contacts/contact_notes.php b/app/contacts/contact_notes.php index 20a03fbdcf..8909799612 100644 --- a/app/contacts/contact_notes.php +++ b/app/contacts/contact_notes.php @@ -38,6 +38,11 @@ exit; } +//set the uuid + if (is_uuid($_GET['id'])) { + $contact_uuid = $_GET['id']; + } + //show the content echo "
| ".$text['label-note_user']." | \n"; echo ""; if (permission_exists('contact_note_add')) { - echo "$v_link_label_add"; + echo "$v_link_label_add"; } echo " | \n"; echo "
|---|