[open-ils-commits] r16704 - trunk/Open-ILS/src/perlmods/OpenILS/Application (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Jun 14 11:39:46 EDT 2010


Author: erickson
Date: 2010-06-14 11:39:43 -0400 (Mon, 14 Jun 2010)
New Revision: 16704

Modified:
   trunk/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: trunk/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm	2010-06-14 15:18:57 UTC (rev 16703)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm	2010-06-14 15:39:43 UTC (rev 16704)
@@ -220,9 +220,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();
 
     if($fingerprint) {



More information about the open-ils-commits mailing list