Index: trunk/phase3/includes/CategoryPage.php |
— | — | @@ -313,7 +313,7 @@ |
314 | 314 | } |
315 | 315 | $this->articles[] = $link; |
316 | 316 | |
317 | | - $this->articles_start_char[] = $this->getLang()->convert->convert( |
| 317 | + $this->articles_start_char[] = $this->getLang()->convert( |
318 | 318 | $this->collation->getFirstLetter( $sortkey ) ); |
319 | 319 | } |
320 | 320 | |