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 "\n"; echo "\n"; @@ -70,7 +75,7 @@ echo "\n"; echo "\n"; echo "\n";
".$text['label-note_user'].""; if (permission_exists('contact_note_add')) { - echo "$v_link_label_add"; + echo "$v_link_label_add"; } echo "