From: Jason Stephenson Date: Wed, 1 May 2013 16:08:29 +0000 (-0400) Subject: Even more fix. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fdyrcona%2Fadded-content-fix;p=working%2FEvergreen.git Even more fix. Signed-off-by: Jason Stephenson --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm index 8673d08638..b60031ad58 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm @@ -537,7 +537,7 @@ sub added_content_stage2 { } } # To avoid a lot of hanging connections. - $content->{request}->shutdown(2); + $content->{request}->shutdown(2) if ($content->{request}); } }