summaryrefslogtreecommitdiff
path: root/plugins/acl/acl.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-08-28 11:20:20 +0200
committerAleksander Machniak <alec@alec.pl>2012-08-28 11:20:20 +0200
commitb79cc545ec020f7dd4bd83dcd06af3cf2b1fcaff (patch)
tree45d1ad2de6ddb7379b135e089479d654c2d1ebcd /plugins/acl/acl.php
parent5f8097b9eba09302be561d67ce035275494043e3 (diff)
Improvements/fixes for Larry skin
Diffstat (limited to 'plugins/acl/acl.php')
-rw-r--r--plugins/acl/acl.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/acl/acl.php b/plugins/acl/acl.php
index 144250495..1952dad49 100644
--- a/plugins/acl/acl.php
+++ b/plugins/acl/acl.php
@@ -233,8 +233,7 @@ class acl extends rcube_plugin
// Advanced rights
$attrib['id'] = 'advancedrights';
- foreach ($supported as $val) {
- $id = "acl$val";
+ foreach ($supported as $idx => $val) {
$ul .= html::tag('li', null,
$input->show('', array(
'name' => "acl[$val]", 'value' => $val, 'id' => $id))