]> git.proxmox.com Git - pve-access-control.git/commit
acl: check path: spell param out
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 19 Apr 2021 09:48:49 +0000 (11:48 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 19 Apr 2021 09:48:52 +0000 (11:48 +0200)
commit91c30089a7ca5c89a57dd2e7e1f53ed1e6aa650c
treea005b459147ac7aef3efdc802fb722c1856de52d
parent20c60513b2a6b2d7c7aae0dcc0391889b9cb7ecf
acl: check path: spell param out

we normally use shift only in closures, to keep them short, as a
module method this should rather use our standard style.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/AccessControl.pm