]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Item/Compose.php
Merge pull request #9901 from annando/post-thread-user
[friendica.git] / src / Module / Item / Compose.php
index 6dc879f76860c11ff2ec62432ebc4351b643c277..c0b3f73f488bf6af31f024008a76fd360d01f24e 100644 (file)
@@ -72,7 +72,7 @@ class Compose extends BaseModule
                        }
                }
 
-               $user = User::getById(local_user(), ['allow_cid', 'allow_gid', 'deny_cid', 'deny_gid', 'hidewall', 'default-location']);
+               $user = User::getById(local_user(), ['allow_cid', 'allow_gid', 'deny_cid', 'deny_gid', 'default-location']);
 
                $aclFormatter = DI::aclFormatter();