Qualify call to autoConvertToAllVariants from convertLinkToAllVariants in FakeConverter
authorSam Reed <reedy@users.mediawiki.org>
Tue, 30 Nov 2010 18:55:03 +0000 (18:55 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Tue, 30 Nov 2010 18:55:03 +0000 (18:55 +0000)
languages/Language.php

index 89531d6..2cec7a4 100644 (file)
@@ -52,7 +52,7 @@ class FakeConverter {
        function getParsedTitle() { return ''; }
        function markNoConversion( $text, $noParse = false ) { return $text; }
        function convertCategoryKey( $key ) { return $key; }
-       function convertLinkToAllVariants( $text ) { return autoConvertToAllVariants( $text ); }
+       function convertLinkToAllVariants( $text ) { return $this->autoConvertToAllVariants( $text ); }
        function armourMath( $text ) { return $text; }
 }