summaryrefslogtreecommitdiffstats
path: root/Acl
diff options
context:
space:
mode:
Diffstat (limited to 'Acl')
-rw-r--r--Acl/Dbal/MutableAclProvider.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Acl/Dbal/MutableAclProvider.php b/Acl/Dbal/MutableAclProvider.php
index 074c4a0..3baaa99 100644
--- a/Acl/Dbal/MutableAclProvider.php
+++ b/Acl/Dbal/MutableAclProvider.php
@@ -856,7 +856,7 @@ QUERY;
*/
private function updateNewAceProperty($name, array $changes)
{
- list($old, $new) = $changes;
+ list(, $new) = $changes;
$sids = new \SplObjectStorage();
$classIds = new \SplObjectStorage();