diff options
author | friendica <info@friendica.com> | 2013-10-08 16:12:14 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-08 16:12:14 -0700 |
commit | c062d7f1d96beb4f9f9754fcd0f9edb973e3a305 (patch) | |
tree | 7c10f5a67c15d5bc4039abbc36c0bbc580cf5030 | |
parent | 043042428ce7eea3daec258743349ff23c40b6e6 (diff) | |
parent | 086750d4bac525d1e5f74c2e7d5b6987b58ead48 (diff) | |
download | volse-hubzilla-c062d7f1d96beb4f9f9754fcd0f9edb973e3a305.tar.gz volse-hubzilla-c062d7f1d96beb4f9f9754fcd0f9edb973e3a305.tar.bz2 volse-hubzilla-c062d7f1d96beb4f9f9754fcd0f9edb973e3a305.zip |
Merge https://github.com/friendica/red into zpull
-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 { |