summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2008-12-16 18:31:12 +0100
committerAndreas Gohr <andi@splitbrain.org>2008-12-16 18:31:12 +0100
commit9f9e7398b7ee207cb24be001eab76dcb8a79d64f (patch)
treef416d10ebc354afe3893cac6a094c82f6a418fa9 /lib
parent5d87b2ccd4d2bf7733dcc50e4bf2c4cc8bc95f51 (diff)
downloadrpg-9f9e7398b7ee207cb24be001eab76dcb8a79d64f.tar.gz
rpg-9f9e7398b7ee207cb24be001eab76dcb8a79d64f.tar.bz2
ACL Manager: Avoid double encoding in permission table FS#1482
darcs-hash:20081216173112-7ad00-9d8eeff13945ccc69230cc9043ed78284612f2dc.gz
Diffstat (limited to 'lib')
-rw-r--r--lib/plugins/acl/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/acl/admin.php b/lib/plugins/acl/admin.php
index 35b14d328..7378cafdd 100644
--- a/lib/plugins/acl/admin.php
+++ b/lib/plugins/acl/admin.php
@@ -567,7 +567,7 @@ class admin_plugin_acl extends DokuWiki_Admin_Plugin {
echo '</td>';
echo '<td>';
- echo $this->_html_checkboxes($perm,$ispage,'acl['.hsc($where).']['.hsc($who).']');
+ echo $this->_html_checkboxes($perm,$ispage,'acl['.$where.']['.$who.']');
echo '</td>';
echo '<td align="center">';