[open-ils-commits] r12622 - trunk/Open-ILS/src/perlmods/OpenILS/Application (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Mar 19 22:13:05 EDT 2009
Author: erickson
Date: 2009-03-19 22:13:03 -0400 (Thu, 19 Mar 2009)
New Revision: 12622
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm
Log:
typo
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm 2009-03-20 00:58:37 UTC (rev 12621)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm 2009-03-20 02:13:03 UTC (rev 12622)
@@ -3240,8 +3240,7 @@
for my $id (@$event_ids) {
# do a little dance to determine what user we are ultimately affecting
- my $event =
- my $def = $e->retrieve_action_trigger_event([
+ my $event = $e->retrieve_action_trigger_event([
$id,
{ flesh => 2,
flesh_fields => {atev => ['event_def'], atevdef => ['hook']}
More information about the open-ils-commits
mailing list