r44392 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44391‎ | r44392 | r44393 >
Date:11:42, 10 December 2008
Author:ialex
Status:ok
Tags:
Comment:
Fix for r44383: profiling error on unexisting class
Modified paths:
  • /trunk/phase3/includes/AutoLoader.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/AutoLoader.php
@@ -556,7 +556,6 @@
557557 if( function_exists( 'wfDebug' ) )
558558 wfDebug( "Class {$className} not found; skipped loading" );
559559 # Give up
560 - wfProfileOut( __METHOD__ );
561560 return false;
562561 }
563562 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r44383Reduce profile overhead hereaaron05:12, 10 December 2008

Status & tagging log