From 545e63117f66225f6239a27a8e193b87ffd71abe Mon Sep 17 00:00:00 2001 From: miker Date: Thu, 3 Aug 2006 14:33:39 +0000 Subject: [PATCH] ooops. wrong variable name git-svn-id: svn://svn.open-ils.org/ILS/trunk@5244 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/asset.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/asset.pm b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/asset.pm index ed476c9254..cbcb3712d7 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/asset.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/asset.pm @@ -411,7 +411,7 @@ sub copy_proximity { $cp = asset::copy->retrieve($cp); - return unless $copy; + return unless $cp; my $ol = $cp->circ_lib; $key = "$ol|$org"; -- 2.11.0