diff options
Diffstat (limited to 'mod/rpost.php')
-rw-r--r-- | mod/rpost.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/rpost.php b/mod/rpost.php index a9a864d5e..dc25444a3 100644 --- a/mod/rpost.php +++ b/mod/rpost.php @@ -107,7 +107,7 @@ function rpost_content(&$a) { 'acl' => populate_acl($channel, $false), 'bang' => '', // 'channel_select' => true, - 'visitor' => 'block', + 'visitor' => true, 'profile_uid' => local_user(), 'title' => $_REQUEST['title'], 'body' => $_REQUEST['body'], |