]> git.mxchange.org Git - friendica.git/blobdiff - mod/display.php
Forgot one Logpoint ..
[friendica.git] / mod / display.php
index d4651703219eac7af3ecb7c33cc4d19ee4c47fcb..87775126e6909dac91b7de9dfe21c084400ada3d 100644 (file)
@@ -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]);
        }