]> git.mxchange.org Git - friendica.git/blobdiff - mod/notes.php
Merge remote-tracking branch 'upstream/develop' into 1501-global-contacts
[friendica.git] / mod / notes.php
index 62796ed13f8fc0dc7757895aaa114b9cfc41dd07..09dac72b0c9437dec1a7ee1063dd79ef4370eddf 100644 (file)
@@ -60,8 +60,8 @@ function notes_content(&$a,$update = false) {
            'bang' => '',
                'visitor' => 'block',
                    'profile_uid' => local_user(),
-                       'button' => t('Save')
-
+                       'button' => t('Save'),
+                       'acl_data' => '',
        );
 
        $o .= status_editor($a,$x,$a->contact['id']);