]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Item/Compose.php
Fix reshare of Diaspora posts only with pictures
[friendica.git] / src / Module / Item / Compose.php
index 6dc879f76860c11ff2ec62432ebc4351b643c277..7ce16d02afc5ebf532e878b64530cbd5d87d7f1b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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();