From: Domas Mituzas Date: Wed, 2 Aug 2006 18:53:24 +0000 (+0000) Subject: commit early, commit often! X-Git-Tag: 1.31.0-rc.0~56096 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_del%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=commitdiff_plain;h=8dd7b088ba5590a54a65a669fffbbdfebefaa9d4;p=lhc%2Fweb%2Fwiklou.git commit early, commit often! --- 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'] ) ) {