r81900 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81899‎ | r81900 | r81901 >
Date:16:47, 10 February 2011
Author:platonides
Status:ok
Tags:
Comment:
Fix the wrong merge of r81894 after r81893
Modified paths:
  • /trunk/phase3/includes/Linker.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Linker.php
@@ -1669,7 +1669,6 @@
16701670 */
16711671 public function accesskey( $name ) {
16721672 if ( isset( $this->accesskeycache[$name] ) ) {
1673 - wfProfileOut( __METHOD__ );
16741673 return $this->accesskeycache[$name];
16751674 }
16761675 wfProfileIn( __METHOD__ );

Follow-up revisions

RevisionCommit summaryAuthorDate
r819211.17wmf1: MFT r81729, r81890, r81891, r81892, r81893, r81894, r81896, r81897,...catrope22:42, 10 February 2011
r85148MFT: r80495, r80610, r80765, r81177, r81490, r81692, r81707, r81729, r81765, ...demon20:11, 1 April 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r81893Fix profilingnikerabbit16:08, 10 February 2011
r81894Adding more wfProfileOut()platonides16:11, 10 February 2011

Status & tagging log