]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Profile/UnkMail.php
Merge pull request #12895 from HankG/mastodon-status-edit-fix-deleting-all-images
[friendica.git] / src / Module / Profile / UnkMail.php
index 8fd64a17a8e5f4a9979c3b25c9243bb1e22473d7..4b38d203780f3147d3ad2576171475c826d27a05 100644 (file)
@@ -141,7 +141,6 @@ class UnkMail extends \Friendica\BaseModule
 
                $tpl = Renderer::getMarkupTemplate('profile/unkmail-header.tpl');
                $this->page['htmlhead'] .= Renderer::replaceMacros($tpl, [
-                       '$baseurl'  => $this->baseUrl->get(true),
                        '$nickname' => $user['nickname'],
                        '$linkurl'  => $this->l10n->t('Please enter a link URL:')
                ]);