This kind of typo might cause headaches
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 2 Feb 2009 20:12:10 +0000 (20:12 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 2 Feb 2009 20:12:10 +0000 (20:12 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12042 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Trigger/Event.pm

index e234752..2dc28f9 100644 (file)
@@ -75,7 +75,7 @@ sub init {
 
     my $class = $self->_fm_class_by_hint( $self->event->event_def->hook->core_type );
     
-    my $meth = "retreive_" . $class;
+    my $meth = "retrieve_" . $class;
     $meth =~ s/Fieldmapper:://;
     $meth =~ s/::/_/;