[Jifty-commit] r7294 - jifty/trunk/lib/Jifty

Jifty commits jifty-commit at lists.jifty.org
Fri Jul 3 17:20:29 EDT 2009


Author: alexmv
Date: Fri Jul  3 17:20:29 2009
New Revision: 7294

Modified:
   jifty/trunk/lib/Jifty/Object.pm

Log:
Start depth at 2, based on where _get_current_user is always called

Modified: jifty/trunk/lib/Jifty/Object.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Object.pm	(original)
+++ jifty/trunk/lib/Jifty/Object.pm	Fri Jul  3 17:20:29 2009
@@ -73,7 +73,7 @@
     eval {
         package DB;
 
-        my $depth = 1;
+        my $depth = 2;
         while ( not $cu and $depth < 10 ) {
             # get the caller in array context to populate @DB::args
             my ($package) = CORE::caller( $depth++ );


More information about the Jifty-commit mailing list