Explorar o código

Update the path to contacts

FusionPBX hai 9 meses
pai
achega
0a06ce29e8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/users/user_edit.php

+ 1 - 1
core/users/user_edit.php

@@ -946,7 +946,7 @@
 		echo "<br />\n";
 		echo "<br />\n";
 		echo $text['description-contact']."\n";
 		echo $text['description-contact']."\n";
 		if (!empty($contact_uuid)) {
 		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 "		</td>";
 		echo "	</tr>";
 		echo "	</tr>";