From 03d958079f18130e6e0f931061a443d932c7aace Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 22 Sep 2008 16:09:05 +0000 Subject: [PATCH] go one deeper in the caller stack so we're not repeating git-svn-id: svn://svn.open-ils.org/ILS/trunk@10682 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Event.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Event.pm b/Open-ILS/src/perlmods/OpenILS/Event.pm index 538520b630..fa77792389 100644 --- a/Open-ILS/src/perlmods/OpenILS/Event.pm +++ b/Open-ILS/src/perlmods/OpenILS/Event.pm @@ -33,7 +33,7 @@ sub new { my( $m, $f, $l ) = caller(0); my( $mm, $ff, $ll ) = caller(1); - my( $mmm, $fff, $lll ) = caller(1); + my( $mmm, $fff, $lll ) = caller(2); $f ||= ""; $l ||= ""; -- 2.43.2