r90604 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90603‎ | r90604 | r90605 >
Date:21:07, 22 June 2011
Author:platonides
Status:ok
Tags:
Comment:
Follow up r86623. Remember to add the proper wfProfileOut when you add a new path to exit a profiled function.
Modified paths:
  • /trunk/phase3/languages/LanguageConverter.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/LanguageConverter.php
@@ -323,6 +323,7 @@
324324 }
325325
326326 if( $this->guessVariant( $text, $toVariant ) ) {
 327+ wfProfileOut( __METHOD__ );
327328 return $text;
328329 }
329330

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r86623(bug 28643) Merge Serbian language variant conversion improvements to trunk (...demon14:02, 21 April 2011

Status & tagging log