aboutsummaryrefslogtreecommitdiffstats
path: root/view/acl_selector.tpl
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-03-03 16:23:07 -0800
committerSimon <simon@kisikew.org>2012-03-03 16:23:07 -0800
commitf3c1e2c546a7c9b5c3d04796d37dce6ac5d039d3 (patch)
tree8d8ff10c21a7490a13b7c472dc48269c7017df47 /view/acl_selector.tpl
parent74866a96de8f1cdf3114e05530641901e89dca42 (diff)
parent09c2f81cb30a74652b81ab48ffb44cfdad097cb6 (diff)
downloadvolse-hubzilla-f3c1e2c546a7c9b5c3d04796d37dce6ac5d039d3.tar.gz
volse-hubzilla-f3c1e2c546a7c9b5c3d04796d37dce6ac5d039d3.tar.bz2
volse-hubzilla-f3c1e2c546a7c9b5c3d04796d37dce6ac5d039d3.zip
Merge pull request #73 from simonlnu/master
dispy! (and minor formatting)
Diffstat (limited to 'view/acl_selector.tpl')
-rw-r--r--[-rwxr-xr-x]view/acl_selector.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/acl_selector.tpl b/view/acl_selector.tpl
index 3f8a9e7d2..655ea8980 100755..100644
--- a/view/acl_selector.tpl
+++ b/view/acl_selector.tpl
@@ -19,7 +19,7 @@ $(document).ready(function() {
if(typeof acl=="undefined"){
acl = new ACL(
baseurl+"/acl",
- [$allowcid,$allowgid,$denycid,$denygid]
+ [ $allowcid,$allowgid,$denycid,$denygid ]
);
}
});