]> git.mxchange.org Git - friendica.git/blobdiff - include/items.php
contact edit tool buttons a bit crowded
[friendica.git] / include / items.php
index c5ecac777193bdde07d78d44e58929965a540b68..3a3085f1b053f4312f899e8ba011a76f313b804f 100644 (file)
@@ -701,6 +701,7 @@ function item_store($arr,$force_parent = false) {
                                $parent_id = 0;
                                $arr['thr-parent'] = $arr['parent-uri'];
                                $arr['parent-uri'] = $arr['uri'];
+                               $arr['gravity'] = 0;
                        }
                        else {
                                logger('item_store: item parent was not found - ignoring item');