diff options
author | friendica <info@friendica.com> | 2014-08-21 16:46:24 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-21 16:46:24 -0700 |
commit | 831714f0f0e5bd9a17c760a2476a12603be5d089 (patch) | |
tree | 3c01fdb1515190b0797b43829ec10a30a64681a8 /mod/item.php | |
parent | a59a6fbd90d115cf9e9836c986c81541a88697ee (diff) | |
download | volse-hubzilla-831714f0f0e5bd9a17c760a2476a12603be5d089.tar.gz volse-hubzilla-831714f0f0e5bd9a17c760a2476a12603be5d089.tar.bz2 volse-hubzilla-831714f0f0e5bd9a17c760a2476a12603be5d089.zip |
profile edit - missing visibility and drop link on non-default profiles, re-arrange order of replacing red#matrix smilie so it works correctly, accept a post with body content of '0' which was interpreted by x() as nothing (was treated as integer).
Diffstat (limited to 'mod/item.php')
-rw-r--r-- | mod/item.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/item.php b/mod/item.php index 92dc3e7c6..27691eb4f 100644 --- a/mod/item.php +++ b/mod/item.php @@ -790,7 +790,6 @@ function item_post(&$a) { else $post_id = 0; - $post = item_store($datarray,$execflag); $post_id = $post['item_id']; |