Index: trunk/phase3/includes/CategoryPage.php |
— | — | @@ -169,7 +169,8 @@ |
170 | 170 | array( 'known', 'noclasses' ) |
171 | 171 | ); |
172 | 172 | |
173 | | - $this->children_start_char[] = $this->getSubcategorySortChar( $title, $sortkey ); |
| 173 | + $this->children_start_char[] = |
| 174 | + $this->getSubcategorySortChar( $cat->getTitle(), $sortkey ); |
174 | 175 | } |
175 | 176 | |
176 | 177 | /** |