Update the path to contacts

This commit is contained in:
FusionPBX 2024-11-16 21:11:07 -07:00 committed by GitHub
parent 00c4dd374e
commit 075dcfd96f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -946,7 +946,7 @@
echo "<br />\n";
echo $text['description-contact']."\n";
if (!empty($contact_uuid)) {
echo " <a href=\"".PROJECT_PATH."/app/contacts/contact_edit.php?id=".urlencode($contact_uuid)."\">".$text['description-contact_view']."</a>\n";
echo " <a href=\"".PROJECT_PATH."/core/contacts/contact_edit.php?id=".urlencode($contact_uuid)."\">".$text['description-contact_view']."</a>\n";
}
echo " </td>";
echo " </tr>";