From: John Du Hart Date: Sun, 9 Oct 2011 18:39:27 +0000 (+0000) Subject: Followup r99354, fix Fatal error X-Git-Tag: 1.31.0-rc.0~27175 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=9ace0e9ac46e94a57184e2542f4d5a270448bfd6;p=lhc%2Fweb%2Fwiklou.git Followup r99354, fix Fatal error --- 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 ) ); }