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).

This commit is contained in:
friendica
2014-08-21 16:46:24 -07:00
parent a59a6fbd90
commit 831714f0f0
4 changed files with 10 additions and 11 deletions

View File

@@ -790,7 +790,6 @@ function item_post(&$a) {
else
$post_id = 0;
$post = item_store($datarray,$execflag);
$post_id = $post['item_id'];