From: erickson Date: Mon, 22 Sep 2008 16:09:05 +0000 (+0000) Subject: go one deeper in the caller stack so we're not repeating X-Git-Url: https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff_plain;h=03d958079f18130e6e0f931061a443d932c7aace 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 --- 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 ||= "";