[open-ils-commits] r8384 - trunk/Open-ILS/src/perlmods/OpenILS/WWW

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Jan 15 12:55:32 EST 2008


Author: erickson
Date: 2008-01-15 12:30:07 -0500 (Tue, 15 Jan 2008)
New Revision: 8384

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm
Log:
repaired typo

Modified: trunk/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm	2008-01-15 14:48:34 UTC (rev 8383)
+++ trunk/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm	2008-01-15 17:30:07 UTC (rev 8384)
@@ -93,7 +93,7 @@
 		if (!$auth) {
 			return 403;
 		}
-		my $recs = $ses->request( 'open-ils.cstore.direct.container.biblio_record_entry_bucket_item.search.atomic', { bucket => $cointainer } )->gather(1);
+		my $recs = $ses->request( 'open-ils.cstore.direct.container.biblio_record_entry_bucket_item.search.atomic', { bucket => $container } )->gather(1);
 		@records = map { ($_->target_biblio_record_entry) } @$recs;
 	}
 



More information about the open-ils-commits mailing list