From: Alexandre Emsenhuber Date: Wed, 10 Dec 2008 11:42:35 +0000 (+0000) Subject: Fix for r44383: profiling error on unexisting class X-Git-Tag: 1.31.0-rc.0~44069 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=e7d8aeb7edaeff754ccc57f383dab1efb8784f4d;p=lhc%2Fweb%2Fwiklou.git Fix for r44383: profiling error on unexisting class --- diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index 0afa01f958..282dfadec2 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -556,7 +556,6 @@ class AutoLoader { if( function_exists( 'wfDebug' ) ) wfDebug( "Class {$className} not found; skipped loading" ); # Give up - wfProfileOut( __METHOD__ ); return false; } }