diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-03-06 09:48:08 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-03-06 09:48:08 +0100 |
commit | be9985a3aed1bfbbc6964973e2f12d0bd7928c04 (patch) | |
tree | 4fc044f6200f010778363a8de72671f45c259eaa /view/acl_selector.tpl | |
parent | 8a51e29824fc2569ac1d0def3070bee7c0552231 (diff) | |
parent | d04fba704861fa27184346d0cefe2069ec8cfa6d (diff) | |
download | volse-hubzilla-be9985a3aed1bfbbc6964973e2f12d0bd7928c04.tar.gz volse-hubzilla-be9985a3aed1bfbbc6964973e2f12d0bd7928c04.tar.bz2 volse-hubzilla-be9985a3aed1bfbbc6964973e2f12d0bd7928c04.zip |
Merge remote-tracking branch 'friendica/master'
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 ] ); } }); |