X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fdisplay.php;h=87775126e6909dac91b7de9dfe21c084400ada3d;hb=865006682a3952565035207898b80dfbd6d390b1;hp=d854be45e2e2dccf504c5bf307795d280e5421d3;hpb=d8447469b6fc120b87575b118186c0fcba51352c;p=friendica.git diff --git a/mod/display.php b/mod/display.php index d854be45e2..87775126e6 100644 --- a/mod/display.php +++ b/mod/display.php @@ -250,7 +250,7 @@ function display_content(App $a, $update = false, $update_uid = 0) $parent = Post::selectFirst(['uid'], ['uri-id' => $parent_uri_id, 'wall' => true]); } - if (!local_user() && DBA::isResult($parent)) { + if (DBA::isResult($parent)) { $page_uid = $page_uid ?? 0 ?: $parent['uid']; $is_remote_contact = Session::getRemoteContactID($page_uid); if ($is_remote_contact) {