diff options
Diffstat (limited to 'mod/poke.php')
-rwxr-xr-x | mod/poke.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/poke.php b/mod/poke.php index 6257a2821..517387453 100755 --- a/mod/poke.php +++ b/mod/poke.php @@ -87,10 +87,11 @@ function poke_init(&$a) { $arr = array(); - $arr['item_flags'] = ITEM_WALL | ITEM_ORIGIN; + $arr['item_flags'] = ITEM_ORIGIN; if($parent_item) $arr['item_flags'] |= ITEM_THREAD_TOP; + $arr['item_wall'] = 1; $arr['owner_xchan'] = (($parent_item) ? $parent_item['owner_xchan'] : $channel['channel_hash']); $arr['parent_mid'] = (($parent_mid) ? $parent_mid : $mid); $arr['title'] = ''; |