X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Feditpost.php;h=cc72dbd3c2eddbd864b28250254b6467d96ce32d;hb=7cdd2d1336e768def2f9b2dc1d4026f8d9bb3804;hp=e522522e3d5b9d6438474b859b0ba26313c80f13;hpb=4495e83eca67986ecbd5e083509c782116d77c6c;p=friendica.git diff --git a/mod/editpost.php b/mod/editpost.php index e522522e3d..cc72dbd3c2 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -68,7 +68,7 @@ function editpost_content(App $a) DI::page()['htmlhead'] .= Renderer::replaceMacros($tpl, [ '$ispublic' => ' ', // DI::l10n()->t('Visible to everybody'), '$geotag' => $geotag, - '$nickname' => $a->getUserNickname(), + '$nickname' => $a->getLoggedInUserNickname(), '$is_mobile' => DI::mode()->isMobile(), ]);