From 9ace0e9ac46e94a57184e2542f4d5a270448bfd6 Mon Sep 17 00:00:00 2001 From: John Du Hart Date: Sun, 9 Oct 2011 18:39:27 +0000 Subject: [PATCH] Followup r99354, fix Fatal error --- includes/CategoryPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/CategoryPage.php b/includes/CategoryPage.php index d4d92868d1..7e898481e9 100644 --- a/includes/CategoryPage.php +++ b/includes/CategoryPage.php @@ -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 ) ); } -- 2.20.1