aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorOlaf Conradi <olaf@conradi.org>2013-10-07 00:56:22 +0200
committerOlaf Conradi <olaf@conradi.org>2013-10-07 00:56:22 +0200
commitc422fad899a7e438e86070ccc067eff3d0f9859d (patch)
tree295c728b7b7f99a94ce07cf241e27d09b39f498e /mod
parentff7182f441907065b852b24cbf86547752a9b9ad (diff)
downloadvolse-hubzilla-c422fad899a7e438e86070ccc067eff3d0f9859d.tar.gz
volse-hubzilla-c422fad899a7e438e86070ccc067eff3d0f9859d.tar.bz2
volse-hubzilla-c422fad899a7e438e86070ccc067eff3d0f9859d.zip
Typo and whitespace
Diffstat (limited to 'mod')
-rw-r--r--mod/item.php4
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 {