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 @@
557
557
if( function_exists( 'wfDebug' ) )
558
558
wfDebug( "Class {$className} not found; skipped loading" );
559
559
# Give up
560
- wfProfileOut( __METHOD__ );
561
560
return false;
562
561
}
563
562
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r44383
Reduce profile overhead here
aaron
05:12, 10 December 2008
Status & tagging log
14:39, 10 December 2008
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r44392
[
removed:
new
added:
ok]