From c422fad899a7e438e86070ccc067eff3d0f9859d Mon Sep 17 00:00:00 2001 From: Olaf Conradi Date: Mon, 7 Oct 2013 00:56:22 +0200 Subject: Typo and whitespace --- mod/item.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod') 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 { -- cgit v1.2.3