From 8dd7b088ba5590a54a65a669fffbbdfebefaa9d4 Mon Sep 17 00:00:00 2001 From: Domas Mituzas Date: Wed, 2 Aug 2006 18:53:24 +0000 Subject: [PATCH] commit early, commit often! --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 9e4a453e85..090d965380 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -2047,7 +2047,7 @@ function wfGetPrecompiledData( $name ) { return false; } -function wfGetCaller( $level = 1 ) { +function wfGetCaller( $level = 2 ) { $backtrace = debug_backtrace(); if ( isset( $backtrace[$level] ) ) { if ( isset( $backtrace[$level]['class'] ) ) { -- 2.20.1