http://www.mediawiki.org/wiki/Special:Code/MediaWiki/90604
Revision: 90604
Author: platonides
Date: 2011-06-22 21:07:48 +0000 (Wed, 22 Jun 2011)
Log Message:
-----------
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: trunk/phase3/languages/LanguageConverter.php
===================================================================
--- trunk/phase3/languages/LanguageConverter.php 2011-06-22 21:02:07 UTC
(rev 90603)
+++ trunk/phase3/languages/LanguageConverter.php 2011-06-22 21:07:48 UTC
(rev 90604)
@@ -323,6 +323,7 @@
}
if( $this->guessVariant( $text, $toVariant ) ) {
+ wfProfileOut( __METHOD__ );
return $text;
}
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs