]> git.mxchange.org Git - friendica.git/commitdiff
Fix link to profile page in custom profile fields settings
authorHypolite Petovan <hypolite@mrpetovan.com>
Mon, 19 Dec 2022 03:49:49 +0000 (22:49 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 19 Dec 2022 03:49:49 +0000 (22:49 -0500)
- Previous link was leading to conversations

src/Module/Settings/Profile/Index.php

index 76930b7263c01611296695422a978ed54ac566a3..488e82b48e171442d253c72ae0326c39f63950f0 100644 (file)
@@ -262,7 +262,7 @@ class Index extends BaseSettings
                                <p>Reorder by dragging the field title.</p>
                                <p>Empty the label field to remove a custom field.</p>
                                <p>Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected groups.</p>",
-                               'profile/' . $profile['nickname']
+                               'profile/' . $profile['nickname'] . '/profile'
                        ),
                        '$custom_fields' => $custom_fields,
                ]);