X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fsettings.php;h=5632193e3bddcf4255713060a28ac05e2d98bbd8;hb=db0b848ae30983b394847a5597c3f7c7332cfe7c;hp=3a6c8c3fabbd65a08000c205a1a527dc41be8538;hpb=5a02e39a65f8f685440228cc1d36738cbe15f32b;p=friendica.git diff --git a/mod/settings.php b/mod/settings.php index 3a6c8c3fab..5632193e3b 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -1136,7 +1136,7 @@ function settings_content(App $a) $tpl_addr = get_markup_template('settings/nick_set.tpl'); $prof_addr = replace_macros($tpl_addr,[ - '$desc' => L10n::t("Your Identity Address is '%s' or '%s'.", $nickname . '@' . $a->getHostName() . $a->getURLpath(), System::baseUrl() . '/profile/' . $nickname), + '$desc' => L10n::t("Your Identity Address is '%s' or '%s'.", $nickname . '@' . $a->getHostName() . $a->getURLPath(), System::baseUrl() . '/profile/' . $nickname), '$basepath' => $a->getHostName() ]);