]> git.evergreen-ils.org Git - Evergreen.git/commit
Z39.50 service filter repairs
authorBill Erickson <berick@esilibrary.com>
Wed, 26 Oct 2011 18:56:01 +0000 (14:56 -0400)
committerJason Etheridge <jason@esilibrary.com>
Thu, 27 Oct 2011 16:04:42 +0000 (12:04 -0400)
commit9ea87436847f7335d154bd3ab9a05505ec5812bf
tree4d4095d53d30bb93284099700390ee3997327e07
parent743bae4691dd37124e9184b4eeb4bb54599bc158
Z39.50 service filter repairs

Do not attempt to filter out Z39.50 services by permission when
retrieveing the services in a non-authenticate manner (i.e. from within
the Z39.50 code).  Otherwise, the code will die on $e->requestor->id,
because there is no requestor.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Z3950.pm