absolute path fixed
This commit is contained in:
@@ -548,7 +548,7 @@ else {
|
|||||||
echo "<br />\n";
|
echo "<br />\n";
|
||||||
echo $text['description-contact']."\n";
|
echo $text['description-contact']."\n";
|
||||||
if (strlen($contact_uuid) > 0) {
|
if (strlen($contact_uuid) > 0) {
|
||||||
echo " <a href=\"/app/contacts/contact_edit.php?id=$contact_uuid\">".$text['description-contact_view']."</a>\n";
|
echo " <a href=\"".PROJECT_PATH."/app/contacts/contact_edit.php?id=$contact_uuid\">".$text['description-contact_view']."</a>\n";
|
||||||
}
|
}
|
||||||
echo " </td>";
|
echo " </td>";
|
||||||
echo " </tr>";
|
echo " </tr>";
|
||||||
|
|||||||
Reference in New Issue
Block a user