]> git.mxchange.org Git - friendica.git/blobdiff - mod/display.php
BBCode - fixed syntax error
[friendica.git] / mod / display.php
index 3922c83f351b7b81428c5beaa6f96de88c9b09da..2e931e0687e60b2d02189c33a1dd18303977c118 100644 (file)
@@ -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);