From 0732fb67c6f55d2d8ebbd4097add8807f433e120 Mon Sep 17 00:00:00 2001
From: miker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Wed, 15 Sep 2010 20:33:53 +0000
Subject: [PATCH] Need to start the arrayref out right

git-svn-id: svn://svn.open-ils.org/ILS/trunk@17710 dcc99617-32d9-48b4-a31d-7c20da2025e4
---
 Open-ILS/src/perlmods/OpenILS/Application/Search/Serial.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Search/Serial.pm b/Open-ILS/src/perlmods/OpenILS/Application/Search/Serial.pm
index cd1d48afe1..06d2f63829 100644
--- a/Open-ILS/src/perlmods/OpenILS/Application/Search/Serial.pm
+++ b/Open-ILS/src/perlmods/OpenILS/Application/Search/Serial.pm
@@ -112,7 +112,7 @@ Given a bib record ID, returns a hash of holdings statements
 sub bib_to_svr {
 	my ($self, $client, $bib) = @_;
 	
-	my $svrs;
+	my $svrs = [];
 
 	my $e = OpenILS::Utils::CStoreEditor->new();
     # TODO: 'deleted' ssub support
-- 
2.11.0