aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHaakon Meland Eriksen <haakon.eriksen@far.no>2017-10-24 17:56:20 +0200
committerHaakon Meland Eriksen <haakon.eriksen@far.no>2017-10-24 17:56:20 +0200
commit280baf7c828e967ed563752b899f97424f1e1da0 (patch)
tree2a3dd7b2e480ba81399ac5b7cb25dda53af3aa15 /include
parentc99962106d6f9a65f01c2be4a9708d35dec7ca90 (diff)
parent2aff3a1a05d7249a69115938c239a91658777e39 (diff)
downloadvolse-hubzilla-280baf7c828e967ed563752b899f97424f1e1da0.tar.gz
volse-hubzilla-280baf7c828e967ed563752b899f97424f1e1da0.tar.bz2
volse-hubzilla-280baf7c828e967ed563752b899f97424f1e1da0.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'include')
-rw-r--r--include/text.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php
index 8a65be0d5..d81b59d75 100644
--- a/include/text.php
+++ b/include/text.php
@@ -2846,7 +2846,7 @@ function item_url_replace($channel,&$item,$old,$new,$oldnick = '') {
*/
function sanitise_acl(&$item) {
if (strlen($item))
- $item = '<' . notags(trim($item)) . '>';
+ $item = '<' . notags(trim(urldecode($item))) . '>';
else
unset($item);
}