parameters and getURLpath to getURLPath

This commit is contained in:
Philipp Holzer
2018-10-10 01:18:47 +02:00
parent 3eb4332f33
commit 307286fc47
12 changed files with 22 additions and 22 deletions
+1 -1
View 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()
]);