]> git.mxchange.org Git - friendica.git/blobdiff - mod/settings.php
Merge pull request #5904 from annando/ap-announce
[friendica.git] / mod / settings.php
index 3a6c8c3fabbd65a08000c205a1a527dc41be8538..5632193e3bddcf4255713060a28ac05e2d98bbd8 100644 (file)
@@ -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 <strong>'%s'</strong> or '%s'.", $nickname . '@' . $a->getHostName() . $a->getURLpath(), System::baseUrl() . '/profile/' . $nickname),
+               '$desc' => L10n::t("Your Identity Address is <strong>'%s'</strong> or '%s'.", $nickname . '@' . $a->getHostName() . $a->getURLPath(), System::baseUrl() . '/profile/' . $nickname),
                '$basepath' => $a->getHostName()
        ]);