]> git.mxchange.org Git - friendica.git/blobdiff - view/acl_selector.tpl
Merge https://github.com/friendica/friendica into pull
[friendica.git] / view / acl_selector.tpl
old mode 100755 (executable)
new mode 100644 (file)
index 3f8a9e7..655ea89
@@ -19,7 +19,7 @@ $(document).ready(function() {
        if(typeof acl=="undefined"){
                acl = new ACL(
                        baseurl+"/acl",
-                       [$allowcid,$allowgid,$denycid,$denygid]
+                       [ $allowcid,$allowgid,$denycid,$denygid ]
                );
        }
 });