diff options
author | friendica <info@friendica.com> | 2012-03-04 02:26:13 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-04 02:26:13 -0800 |
commit | 638bbb2171b6d1dcd68f0d46359441afb848561d (patch) | |
tree | 7686f4f3866e79e51fe225d3eaaa8033844679e1 /view/acl_selector.tpl | |
parent | 20d37f2e3ec7736ebf04e4c637398eee0aea78a5 (diff) | |
parent | ae158aa6f9ae151cda613812f50073c4666a4edc (diff) | |
download | volse-hubzilla-638bbb2171b6d1dcd68f0d46359441afb848561d.tar.gz volse-hubzilla-638bbb2171b6d1dcd68f0d46359441afb848561d.tar.bz2 volse-hubzilla-638bbb2171b6d1dcd68f0d46359441afb848561d.zip |
Merge branch 'pull'
Diffstat (limited to 'view/acl_selector.tpl')
-rw-r--r--[-rwxr-xr-x] | view/acl_selector.tpl | 2 |
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 ] ); } }); |