]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Profile/UnkMail.php
Merge pull request #12962 from annando/issue-12876c
[friendica.git] / src / Module / Profile / UnkMail.php
index 8393327251ad3c647ed70a08a52cb203bd961273..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,
                        '$nickname' => $user['nickname'],
                        '$linkurl'  => $this->l10n->t('Please enter a link URL:')
                ]);