From 76e9c4daa279188bb0cd72c3854f7041ea13729b Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 18 Dec 2022 22:49:49 -0500 Subject: [PATCH] Fix link to profile page in custom profile fields settings - Previous link was leading to conversations --- src/Module/Settings/Profile/Index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Module/Settings/Profile/Index.php b/src/Module/Settings/Profile/Index.php index 76930b726..488e82b48 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, ]);