]> git.mxchange.org Git - friendica.git/blobdiff - mod/notes.php
RU translation update THX SpcCw
[friendica.git] / mod / notes.php
index 39649d81f64a80bd025ade8f8d05d044f15861a6..475e0b7e574222f7895f18272f85eab02ab1c6fc 100644 (file)
@@ -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 .= '<h3>' . DI::l10n()->t('Personal Notes') . '</h3>';