Even if guesses, they should profile out :)
authorPlatonides <platonides@users.mediawiki.org>
Tue, 22 Nov 2011 17:19:20 +0000 (17:19 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Tue, 22 Nov 2011 17:19:20 +0000 (17:19 +0000)
(r103327)

languages/LanguageConverter.php

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