aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-11-26 23:52:16 -0800
committerfriendica <info@friendica.com>2012-11-26 23:52:16 -0800
commite916d71cc5c92613fb69f4aeead817bf5bb1c2fc (patch)
treeb70d47add152624b7c6bea8766712e86e7e9967d /include/items.php
parent941c554031de5a7ccb9dd685bec36cead508d41c (diff)
downloadvolse-hubzilla-e916d71cc5c92613fb69f4aeead817bf5bb1c2fc.tar.gz
volse-hubzilla-e916d71cc5c92613fb69f4aeead817bf5bb1c2fc.tar.bz2
volse-hubzilla-e916d71cc5c92613fb69f4aeead817bf5bb1c2fc.zip
basic (very basic) communication showing up on network page
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php
index ed1c08b68..47b919bc6 100755
--- a/include/items.php
+++ b/include/items.php
@@ -1167,7 +1167,7 @@ function item_store($arr,$force_parent = false) {
$allow_gid = $arr['allow_gid'];
$deny_cid = $arr['deny_cid'];
$deny_gid = $arr['deny_gid'];
- $arr['item_flags'] = $arr['item_flags'] | ITEM_TOP_THREAD;
+ $arr['item_flags'] = $arr['item_flags'] | ITEM_THREAD_TOP;
}
else {