X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fdisplay.php;h=87775126e6909dac91b7de9dfe21c084400ada3d;hb=254c32ac91cdfd654e64cdc8ae5aef44ee639212;hp=d4651703219eac7af3ecb7c33cc4d19ee4c47fcb;hpb=1f967426953a37d7e00588734da07ec57ddaf57f;p=friendica.git diff --git a/mod/display.php b/mod/display.php index d465170321..87775126e6 100644 --- a/mod/display.php +++ b/mod/display.php @@ -246,7 +246,7 @@ function display_content(App $a, $update = false, $update_uid = 0) $page_uid = 0; $parent = null; - if (!empty($parent_uri_id)) { + if (!local_user() && !empty($parent_uri_id)) { $parent = Post::selectFirst(['uid'], ['uri-id' => $parent_uri_id, 'wall' => true]); }