diff options
author | Olaf Conradi <oohlaf@gmail.com> | 2013-10-06 15:57:44 -0700 |
---|---|---|
committer | Olaf Conradi <oohlaf@gmail.com> | 2013-10-06 15:57:44 -0700 |
commit | 086750d4bac525d1e5f74c2e7d5b6987b58ead48 (patch) | |
tree | 75cd7e9e18329a784b574d885965760bd56a4de2 /mod | |
parent | e9c535f40a591ba9863543673fc91aa76e3a17ac (diff) | |
parent | c422fad899a7e438e86070ccc067eff3d0f9859d (diff) | |
download | volse-hubzilla-086750d4bac525d1e5f74c2e7d5b6987b58ead48.tar.gz volse-hubzilla-086750d4bac525d1e5f74c2e7d5b6987b58ead48.tar.bz2 volse-hubzilla-086750d4bac525d1e5f74c2e7d5b6987b58ead48.zip |
Merge pull request #168 from oohlaf/fixes
Typo and whitespace
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 { |