Followup r99354, fix Fatal error
authorJohn Du Hart <johnduhart@users.mediawiki.org>
Sun, 9 Oct 2011 18:39:27 +0000 (18:39 +0000)
committerJohn Du Hart <johnduhart@users.mediawiki.org>
Sun, 9 Oct 2011 18:39:27 +0000 (18:39 +0000)
includes/CategoryPage.php

index d4d9286..7e89848 100644 (file)
@@ -313,7 +313,7 @@ class CategoryViewer {
                }
                $this->articles[] = $link;
 
-               $this->articles_start_char[] = $this->getLang()->convert->convert(
+               $this->articles_start_char[] = $this->getLang()->convert(
                        $this->collation->getFirstLetter( $sortkey ) );
        }