aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Display.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Module/Display.php')
-rw-r--r--Zotlabs/Module/Display.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Module/Display.php b/Zotlabs/Module/Display.php
index 4b5b69405..07973431c 100644
--- a/Zotlabs/Module/Display.php
+++ b/Zotlabs/Module/Display.php
@@ -290,8 +290,8 @@ class Display extends Controller {
if($r) {
$parents_str = ids_to_querystr($r,'item_id');
if($parents_str) {
- $thr_parents_str = stringify_array(get_recursive_thr_parents($target_item), true);
- $items = items_by_parent_ids($parents_str, $thr_parents_str, $permission_sql);
+ $thr_parents = get_recursive_thr_parents($target_item);
+ $items = items_by_parent_ids($parents_str, $thr_parents, $permission_sql);
xchan_query($items);
$items = fetch_post_tags($items,true);