[open-ils-commits] r19648 - branches/rel_2_1/Open-ILS/src/perlmods/lib/OpenILS/Application (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Mar 8 17:01:42 EST 2011


Author: dbs
Date: 2011-03-08 17:01:37 -0500 (Tue, 08 Mar 2011)
New Revision: 19648

Modified:
   branches/rel_2_1/Open-ILS/src/perlmods/lib/OpenILS/Application/ResolverResolver.pm
Log:
Correct implementing function name for open-ils.resolver.delete_cached_holdings

A non-existent function had been registered, which blew up in AUTOLOAD
and caused ugly errors to be logged to the unix log.


Modified: branches/rel_2_1/Open-ILS/src/perlmods/lib/OpenILS/Application/ResolverResolver.pm
===================================================================
--- branches/rel_2_1/Open-ILS/src/perlmods/lib/OpenILS/Application/ResolverResolver.pm	2011-03-08 22:01:10 UTC (rev 19647)
+++ branches/rel_2_1/Open-ILS/src/perlmods/lib/OpenILS/Application/ResolverResolver.pm	2011-03-08 22:01:37 UTC (rev 19648)
@@ -279,7 +279,7 @@
 }
 
 __PACKAGE__->register_method(
-    method    => 'delete_holdings_cache',
+    method    => 'delete_cached_holdings',
     api_name  => 'open-ils.resolver.delete_cached_holdings',
     api_level => 1,
     argc      => 3,



More information about the open-ils-commits mailing list