Fix for r44383: profiling error on unexisting class
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 10 Dec 2008 11:42:35 +0000 (11:42 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 10 Dec 2008 11:42:35 +0000 (11:42 +0000)
includes/AutoLoader.php

index 0afa01f..282dfad 100644 (file)
@@ -556,7 +556,6 @@ class AutoLoader {
                                if( function_exists( 'wfDebug' ) )      
                                        wfDebug( "Class {$className} not found; skipped loading" );
                                # Give up
-                               wfProfileOut( __METHOD__ );
                                return false;
                        }
                }