]> git.mxchange.org Git - friendica.git/blobdiff - mod/notes.php
Merge remote-tracking branch 'upstream/develop' into item-view
[friendica.git] / mod / notes.php
index f1cf6cfde566d413e339058599403a1cc0f30ec9..d3ce0fa40c9d2e1fee19d70c6dd09197b3c53374 100644 (file)
@@ -55,7 +55,7 @@ function notes_content(App $a, $update = false)
                        'default_location' => $a->user['default-location'],
                        'nickname' => $a->user['nickname'],
                        'lockstate' => 'lock',
-                       'acl' => '',
+                       'acl' => \Friendica\Core\ACL::getSelfOnlyHTML(local_user(), DI::l10n()->t('Personal notes are visible only by yourself.')),
                        'bang' => '',
                        'visitor' => 'block',
                        'profile_uid' => local_user(),