X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FFeed.php;h=6d291198dcd09627e6fa60e984350c22ef38bc1b;hb=96d2cddb54f3ea3ead6e43e5ca1f814ed6327987;hp=59714af387baa60f3e4ec2df537fa162c0a4c1a6;hpb=5ea22197ac37c58c82cecb1b8d55bd29077f3924;p=friendica.git diff --git a/src/Module/Feed.php b/src/Module/Feed.php index 59714af387..6d291198dc 100644 --- a/src/Module/Feed.php +++ b/src/Module/Feed.php @@ -1,6 +1,6 @@ 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.')); }