r109366 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r109365
|
r109366
|
r109367
>
Date:
14:48, 18 January 2012
Author:
ialex
Status:
ok
Tags:
Comment:
Fix profiling, that function is not profiled
Modified paths:
/trunk/phase3/includes/resourceloader/ResourceLoader.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/resourceloader/ResourceLoader.php
—
—
@@ -593,7 +593,6 @@
594
594
595
595
header( 'HTTP/1.0 304 Not Modified' );
596
596
header( 'Status: 304 Not Modified' );
597
- wfProfileOut( __METHOD__ );
598
597
return true;
599
598
}
600
599
}
Status & tagging log
02:22, 19 January 2012
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r109366
[
removed:
new
added:
ok]