]> git.evergreen-ils.org Git - Evergreen.git/commit
Protect against undefined value as ARRAY reference
authorDan Scott <dan@coffeecode.net>
Wed, 7 Sep 2011 06:41:43 +0000 (02:41 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 11 Oct 2011 14:20:59 +0000 (10:20 -0400)
commit67a9cbcf7e20bd3711a7d207fa47fe4f68fe2e7d
tree2fc00abd839d0f1025837497b92e7e9225ce3da8
parent2e0f3937a7053f25560c79daead9e008d108d5d2
Protect against undefined value as ARRAY reference

We should not assume that the caller is going to supply an array
(empty or not) of addresses or cards in the input values for the
open-ils.actor.patron.update method.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm