X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FModule%2FFeed.php;h=6d291198dcd09627e6fa60e984350c22ef38bc1b;hb=a8402109b183e81dad4e5443883dd292df094b86;hp=654b8a4e9d4fcb62e99ab04aa68faa05e85a89f4;hpb=4faf08c0643d3e6bbe2a0a77be2ff8c1dbea4d5c;p=friendica.git diff --git a/src/Module/Feed.php b/src/Module/Feed.php index 654b8a4e9d..6d291198dc 100644 --- a/src/Module/Feed.php +++ b/src/Module/Feed.php @@ -65,7 +65,7 @@ class Feed extends BaseModule throw new HTTPException\NotFoundException($this->t('User not found.')); } - if ($owner['blocked'] || $owner['hidewall']) { + if ($owner['blocked']) { throw new HTTPException\UnauthorizedException($this->t('Access to this profile has been restricted.')); }