aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Acl.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-08-30 16:24:26 -0700
committerzotlabs <mike@macgirvin.com>2017-08-30 16:24:26 -0700
commitbe097bf415c898c470e85e89cd059e7121517d15 (patch)
tree21b7340618fc2090af81e688439161a10a0c89dd /Zotlabs/Module/Acl.php
parentf1b014b7eb2b44f4609a9e86c6fb0ae1bffd5403 (diff)
downloadvolse-hubzilla-be097bf415c898c470e85e89cd059e7121517d15.tar.gz
volse-hubzilla-be097bf415c898c470e85e89cd059e7121517d15.tar.bz2
volse-hubzilla-be097bf415c898c470e85e89cd059e7121517d15.zip
issue with mentions and xchans with @ or /
Diffstat (limited to 'Zotlabs/Module/Acl.php')
-rw-r--r--Zotlabs/Module/Acl.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/Zotlabs/Module/Acl.php b/Zotlabs/Module/Acl.php
index 83fafbdff..19797e634 100644
--- a/Zotlabs/Module/Acl.php
+++ b/Zotlabs/Module/Acl.php
@@ -326,9 +326,7 @@ class Acl extends \Zotlabs\Web\Controller {
if($r) {
foreach($r as $g){
- // remove RSS feeds from ACLs - they are inaccessible
- if(strpos($g['hash'],'/') && $type != 'a')
- continue;
+ $g['hash'] = urlencode($g['hash']);
if(in_array($g['hash'],$permitted) && $type == 'c' && (! $noforums)) {
$contacts[] = array(