[open-ils-commits] r16706 - branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Jun 14 11:43:08 EDT 2010
Author: erickson
Date: 2010-06-14 11:43:05 -0400 (Mon, 14 Jun 2010)
New Revision: 16706
Modified:
branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm
Log:
removed unused method retrieved from method_lookup. apart from being unused, the call was attempting to fetch a nonexistent method ('auth' vs. 'authority') and hilarity ensued
Modified: branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm
===================================================================
--- branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm 2010-06-14 15:42:48 UTC (rev 16705)
+++ branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm 2010-06-14 15:43:05 UTC (rev 16706)
@@ -217,9 +217,6 @@
my $evt = check_queue_perms($e, $type, $queue);
return $evt if $evt;
- my $method = "open-ils.vandelay.queued_${type}_record.create";
- $method = $self->method_lookup( $method );
-
my $cache = new OpenSRF::Utils::Cache();
my $data = $cache->get_cache('vandelay_import_spool_' . $fingerprint);
More information about the open-ils-commits
mailing list