From: Hypolite Petovan Date: Mon, 19 Dec 2022 03:49:49 +0000 (-0500) Subject: Fix link to profile page in custom profile fields settings X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=76e9c4daa279188bb0cd72c3854f7041ea13729b;p=friendica.git Fix link to profile page in custom profile fields settings - Previous link was leading to conversations --- diff --git a/src/Module/Settings/Profile/Index.php b/src/Module/Settings/Profile/Index.php index 76930b7263..488e82b48e 100644 --- a/src/Module/Settings/Profile/Index.php +++ b/src/Module/Settings/Profile/Index.php @@ -262,7 +262,7 @@ class Index extends BaseSettings

Reorder by dragging the field title.

Empty the label field to remove a custom field.

Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected groups.

", - 'profile/' . $profile['nickname'] + 'profile/' . $profile['nickname'] . '/profile' ), '$custom_fields' => $custom_fields, ]);