diff options
author | friendica <info@friendica.com> | 2012-11-26 23:52:16 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-26 23:52:16 -0800 |
commit | e916d71cc5c92613fb69f4aeead817bf5bb1c2fc (patch) | |
tree | b70d47add152624b7c6bea8766712e86e7e9967d /include | |
parent | 941c554031de5a7ccb9dd685bec36cead508d41c (diff) | |
download | volse-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')
-rwxr-xr-x | include/items.php | 2 |
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 { |