Follow up r86623. Remember to add the proper wfProfileOut when you add a new path...
authorPlatonides <platonides@users.mediawiki.org>
Wed, 22 Jun 2011 21:07:48 +0000 (21:07 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Wed, 22 Jun 2011 21:07:48 +0000 (21:07 +0000)
languages/LanguageConverter.php

index 0abab57..7921d55 100644 (file)
@@ -323,6 +323,7 @@ class LanguageConverter {
                }
 
                if( $this->guessVariant( $text, $toVariant ) ) {
+                       wfProfileOut( __METHOD__ );
                        return $text;
                }