diff options
author | Olaf Conradi <olaf@conradi.org> | 2013-10-07 00:56:22 +0200 |
---|---|---|
committer | Olaf Conradi <olaf@conradi.org> | 2013-10-07 00:56:22 +0200 |
commit | c422fad899a7e438e86070ccc067eff3d0f9859d (patch) | |
tree | 295c728b7b7f99a94ce07cf241e27d09b39f498e /mod/item.php | |
parent | ff7182f441907065b852b24cbf86547752a9b9ad (diff) | |
download | volse-hubzilla-c422fad899a7e438e86070ccc067eff3d0f9859d.tar.gz volse-hubzilla-c422fad899a7e438e86070ccc067eff3d0f9859d.tar.bz2 volse-hubzilla-c422fad899a7e438e86070ccc067eff3d0f9859d.zip |
Typo and whitespace
Diffstat (limited to 'mod/item.php')
-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 { |