Typo and whitespace

This commit is contained in:
Olaf Conradi 2013-10-07 00:56:22 +02:00
parent ff7182f441
commit c422fad899

View File

@ -255,7 +255,7 @@ function item_post(&$a) {
$body = $_REQUEST['body']; $body = $_REQUEST['body'];
$private = $orig_post['item_private']; $private = $orig_post['item_private'];
$item_flags = $orig_post['item_flags']; $item_flags = $orig_post['item_flags'];
$item_restrict = $irog_post['item_restrict']; $item_restrict = $orig_post['item_restrict'];
} }
else { else {