]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Feed.php
spelling: occurred
[friendica.git] / src / Module / Feed.php
index 59714af387baa60f3e4ec2df537fa162c0a4c1a6..6d291198dcd09627e6fa60e984350c22ef38bc1b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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.'));
                }