[open-ils-commits] r17627 - branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Search (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Sep 13 09:11:24 EDT 2010


Author: erickson
Date: 2010-09-13 09:11:22 -0400 (Mon, 13 Sep 2010)
New Revision: 17627

Modified:
   branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm
Log:
added declaration of facet cache limit var, which was likely missed during back-port

Modified: branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm
===================================================================
--- branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm	2010-09-13 12:36:36 UTC (rev 17626)
+++ branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm	2010-09-13 13:11:22 UTC (rev 17627)
@@ -1316,6 +1316,7 @@
     my $self   = shift;
     my $client = shift;
     my $key    = shift;
+    my $limit  = shift;
 
     return undef unless ($key and $key =~ /_facets$/);
 



More information about the open-ils-commits mailing list