]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/acl_selector.tpl
Merge pull request #7811 from tobiasd/20191103-clickoncat
[friendica.git] / view / theme / frio / templates / acl_selector.tpl
index 47415634d12a2bb24725a68a99ce8f0fbc7fa4b8..e335a4f3ccefab08763699cf8caca138712cd67c 100644 (file)
@@ -54,7 +54,7 @@
 $(document).ready(function() {
        if(typeof acl=="undefined"){
                acl = new ACL(
-                       baseurl+"/acl",
+                       baseurl + '/search/acl',
                        [ {{$allowcid nofilter}},{{$allowgid nofilter}},{{$denycid nofilter}},{{$denygid nofilter}} ],
                        {{$features.aclautomention}},
                        {{if $APP->is_mobile}}true{{else}}false{{/if}}