diff options
Diffstat (limited to 'include/items.php')
-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 { |