[open-ils-commits] r16710 - branches/rel_1_6_1/Open-ILS/src/perlmods/OpenILS/Application (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Jun 14 12:14:27 EDT 2010
Author: erickson
Date: 2010-06-14 12:14:23 -0400 (Mon, 14 Jun 2010)
New Revision: 16710
Modified:
branches/rel_1_6_1/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_1/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm
===================================================================
--- branches/rel_1_6_1/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm 2010-06-14 15:59:17 UTC (rev 16709)
+++ branches/rel_1_6_1/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm 2010-06-14 16:14:23 UTC (rev 16710)
@@ -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