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 @@
594594
595595 header( 'HTTP/1.0 304 Not Modified' );
596596 header( 'Status: 304 Not Modified' );
597 - wfProfileOut( __METHOD__ );
598597 return true;
599598 }
600599 }

Status & tagging log