Merge "phpunit: Replace APC with HashBagOStuff during a test"
[lhc/web/wiklou.git] / includes / site / MediaWikiSite.php
index 739d018..029919c 100644 (file)
@@ -113,10 +113,10 @@ class MediaWikiSite extends Site {
                        return $t->getPrefixedText();
                } else {
 
-                       // Make sure the string is normalized into NFC (due to the bug 40017)
+                       // Make sure the string is normalized into NFC (due to T42017)
                        // but do nothing to the whitespaces, that should work appropriately.
-                       // @see https://bugzilla.wikimedia.org/show_bug.cgi?id=40017
-                       $pageName = UtfNormal::cleanUp( $pageName );
+                       // @see https://phabricator.wikimedia.org/T42017
+                       $pageName = UtfNormal\Validator::cleanUp( $pageName );
 
                        // Build the args for the specific call
                        $args = array(