r42710 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r42709‎ | r42710 | r42711 >
Date:02:32, 28 October 2008
Author:mrzman
Status:old
Tags:
Comment:
Fix profiling
Modified paths:
  • /trunk/phase3/includes/Linker.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Linker.php
@@ -1791,6 +1791,7 @@
17921792 if( $accesskey != ''
17931793 && $accesskey != '-'
17941794 && !wfEmptyMsg( "accesskey-$name", $accesskey ) ) {
 1795+ wfProfileOut( __METHOD__ );
17951796 return $accesskey;
17961797 }
17971798

Status & tagging log