]> git.mxchange.org Git - friendica.git/blobdiff - mod/notes.php
Merge pull request #12383 from annando/issue-12367
[friendica.git] / mod / notes.php
index 84c0711ebcd0e7b032dfc6a29bdd92d9ac34fddf..475e0b7e574222f7895f18272f85eab02ab1c6fc 100644 (file)
@@ -22,7 +22,6 @@
 use Friendica\App;
 use Friendica\Content\Nav;
 use Friendica\Content\Pager;
-use Friendica\Core\Session;
 use Friendica\Database\DBA;
 use Friendica\DI;
 use Friendica\Model\Item;
@@ -46,7 +45,7 @@ function notes_content(App $a, bool $update = false)
                return;
        }
 
-       $o = BaseProfile::getTabsHTML($a, 'notes', true, $a->getLoggedInUserNickname(), false);
+       $o = BaseProfile::getTabsHTML('notes', true, $a->getLoggedInUserNickname(), false);
 
        if (!$update) {
                $o .= '<h3>' . DI::l10n()->t('Personal Notes') . '</h3>';