The early return added in r98698 was skipping the closing wfProfileOut().

This commit is contained in:
Platonides 2011-10-27 20:50:07 +00:00
parent d581e9dd5a
commit d71e657d59

View file

@ -424,6 +424,7 @@ class ResourceLoader {
// If there's an If-Modified-Since header, respond with a 304 appropriately
if ( $this->tryRespondLastModified( $context, $mtime ) ) {
wfProfileOut( __METHOD__ );
return; // output handled (buffers cleared)
}