X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fdisplay.php;h=2e931e0687e60b2d02189c33a1dd18303977c118;hb=41663c7592abe55a958632c3a48265e0a8544d2b;hp=3922c83f351b7b81428c5beaa6f96de88c9b09da;hpb=dbc6eb5422b81c95d6e1eea63c8ace794ccd2039;p=friendica.git diff --git a/mod/display.php b/mod/display.php index 3922c83f35..2e931e0687 100644 --- a/mod/display.php +++ b/mod/display.php @@ -95,7 +95,7 @@ function display_init(App $a) } if ($item["id"] != $item["parent"]) { - $item = Item::selectFirstForUser(local_user(), $fields, ['id' => $item["parent"]]); + $item = Item::selectFirstForUser($item_user, $fields, ['id' => $item["parent"]]); } $profiledata = display_fetchauthor($a, $item);