Whitespace removed

This commit is contained in:
Michael 2022-10-07 07:55:44 +00:00
commit f8d4ab1830
2 changed files with 2 additions and 2 deletions

View file

@ -401,7 +401,7 @@ function item_post(App $a) {
$body = $item['body'];
$inform = $item['inform'];
$postopts = $item['postopts'];
$private = $item['private'];
$private = $item['private'];
$str_contact_allow = $item['allow_cid'];
$str_group_allow = $item['allow_gid'];
$str_contact_deny = $item['deny_cid'];