Add missing wfProfileOut
authorPlatonides <platonides@users.mediawiki.org>
Thu, 10 Feb 2011 15:47:43 +0000 (15:47 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Thu, 10 Feb 2011 15:47:43 +0000 (15:47 +0000)
languages/LanguageConverter.php

index 7282e11..5c2289a 100644 (file)
@@ -345,6 +345,7 @@ class LanguageConverter {
                if ( !$toVariant ) {
                        $toVariant = $this->getPreferredVariant();
                        if ( !$toVariant ) {
+                               wfProfileOut( __METHOD__ );
                                return $text;
                        }
                }