From 579e0bd9d1a1e3a07ab0b951de9dce6896e205bb Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Tue, 28 Aug 2012 05:26:51 -0400 Subject: [PATCH] Improvements/fixes for Larry skin --- plugins/acl/acl.php | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/plugins/acl/acl.php b/plugins/acl/acl.php index 8709f0b..e916b99 100644 --- a/plugins/acl/acl.php +++ b/plugins/acl/acl.php @@ -233,8 +233,7 @@ // 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)) -- Gitblit v1.9.1