X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnotes.php;h=475e0b7e574222f7895f18272f85eab02ab1c6fc;hb=847396ac3890af9fc531ba30ce7fc20c08feb7dc;hp=39649d81f64a80bd025ade8f8d05d044f15861a6;hpb=5985563149e11c5b6c91d7ed5fcf64a1c991a82e;p=friendica.git diff --git a/mod/notes.php b/mod/notes.php index 39649d81f6..475e0b7e57 100644 --- a/mod/notes.php +++ b/mod/notes.php @@ -45,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 .= '

' . DI::l10n()->t('Personal Notes') . '

';