瀏覽代碼

absolute path fixed

luis daniel lucio quiroz 11 年之前
父節點
當前提交
e58debb69a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      core/users/usersupdate.php

+ 2 - 2
core/users/usersupdate.php

@@ -548,7 +548,7 @@ else {
 	echo "<br />\n";
 	echo $text['description-contact']."\n";
 	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 "	</tr>";
@@ -717,4 +717,4 @@ else {
 //include the footer
 	require_once "resources/footer.php";
 
-?>
+?>