From: erickson Date: Wed, 6 Feb 2008 16:39:23 +0000 (+0000) Subject: fixed variable declaration X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4b74abdb2581843aff17dfb63d9b29faaaea3e14;p=Evergreen.git fixed variable declaration git-svn-id: svn://svn.open-ils.org/ILS/trunk@8663 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm b/Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm index 9d715647ab..df3bfc4a35 100644 --- a/Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm +++ b/Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm @@ -398,7 +398,6 @@ sub allowed { $org ||= $self->requestor->ws_ou; my $perms = [$perm] unless ref($perm) eq 'ARRAY'; - my $perm; for $perm (@$perms) { $self->log(I, "checking perms user=$uid, org=$org, perm=$perm");