]> 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 32d92bb9e61f0e6731d1e8e5dfa6809bc0755828..4b38d203780f3147d3ad2576171475c826d27a05 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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:')
                ]);