]> git.mxchange.org Git - friendica.git/blobdiff - mod/notes.php
Revert Photo::getImageDataForPhoto return-type change
[friendica.git] / mod / notes.php
index 1c160a2f2e3120005eb455042e2a291e8d3da062..11ec8a035230b6005351c6466a052eb7155103c0 100644 (file)
@@ -45,7 +45,7 @@ function notes_content(App $a, $update = false)
                return;
        }
 
-       $o = BaseProfile::getTabsHTML($a, 'notes', true, $a->getUserNickname(), false);
+       $o = BaseProfile::getTabsHTML($a, 'notes', true, $a->getLoggedInUserNickname(), false);
 
        if (!$update) {
                $o .= '<h3>' . DI::l10n()->t('Personal Notes') . '</h3>';