[open-ils-commits] r19646 - trunk/Open-ILS/src/perlmods/lib/OpenILS/Application (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Mar 8 16:58:05 EST 2011
Author: dbs
Date: 2011-03-08 16:58:00 -0500 (Tue, 08 Mar 2011)
New Revision: 19646
Modified:
trunk/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: trunk/Open-ILS/src/perlmods/lib/OpenILS/Application/ResolverResolver.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/lib/OpenILS/Application/ResolverResolver.pm 2011-03-08 21:42:29 UTC (rev 19645)
+++ trunk/Open-ILS/src/perlmods/lib/OpenILS/Application/ResolverResolver.pm 2011-03-08 21:58:00 UTC (rev 19646)
@@ -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