]> git.mxchange.org Git - friendica.git/blobdiff - mod/acl.php
Rename removeTags to escapeTags
[friendica.git] / mod / acl.php
index 266c2941787bc09208a65f4060fec46f4d524c84..cb378dc27cc3d6097e6a98f8565f1b350173cbfd 100644 (file)
@@ -189,7 +189,7 @@ function acl_content(App $a)
                );
        } elseif ($type == 'x') {
                // autocomplete for global contact search (e.g. navbar search)
-               $search = Strings::removeTags(trim($_REQUEST['search']));
+               $search = Strings::escapeTags(trim($_REQUEST['search']));
                $mode = $_REQUEST['smode'];
 
                $r = ACL::contactAutocomplete($search, $mode);