From e7d8aeb7edaeff754ccc57f383dab1efb8784f4d Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Wed, 10 Dec 2008 11:42:35 +0000 Subject: [PATCH] Fix for r44383: profiling error on unexisting class --- includes/AutoLoader.php | 1 - 1 file changed, 1 deletion(-) 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; } } -- 2.20.1