]> git.mxchange.org Git - friendica.git/blobdiff - src/App/Page.php
Merge pull request #12311 from matthiasmoritz/event-details-do-not-render-correctly...
[friendica.git] / src / App / Page.php
index afc94fbdf03d8fb3eadcc026b453b13dc1ba1086..37141426c36a269f05c65564d515e10229ed2297 100644 (file)
@@ -241,7 +241,6 @@ class Page implements ArrayAccess
                 * being first
                 */
                $this->page['htmlhead'] = Renderer::replaceMacros($tpl, [
-                       '$local_nickname'  => $app->getLoggedInUserNickname(),
                        '$local_user'      => $localUID,
                        '$generator'       => 'Friendica' . ' ' . App::VERSION,
                        '$delitem'         => $l10n->t('Delete this item?'),