diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/item.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/item.php b/mod/item.php index 05af34e85..48a22bd3c 100644 --- a/mod/item.php +++ b/mod/item.php @@ -250,12 +250,12 @@ function item_post(&$a) { $location = $orig_post['location']; $coord = $orig_post['coord']; $verb = $orig_post['verb']; - $app = $orig_post['app']; + $app = $orig_post['app']; $title = escape_tags(trim($_REQUEST['title'])); $body = $_REQUEST['body']; $private = $orig_post['item_private']; $item_flags = $orig_post['item_flags']; - $item_restrict = $irog_post['item_restrict']; + $item_restrict = $orig_post['item_restrict']; } else { |