r72576 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72575‎ | r72576 | r72577 >
Date:10:41, 8 September 2010
Author:demon
Status:ok (Comments)
Tags:
Comment:
(bug 25087) Fix fatal in CategoryPage
Modified paths:
  • /trunk/phase3/includes/CategoryPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/CategoryPage.php
@@ -169,7 +169,8 @@
170170 array( 'known', 'noclasses' )
171171 );
172172
173 - $this->children_start_char[] = $this->getSubcategorySortChar( $title, $sortkey );
 173+ $this->children_start_char[] =
 174+ $this->getSubcategorySortChar( $cat->getTitle(), $sortkey );
174175 }
175176
176177 /**

Comments

#Comment by Simetrical (talk | contribs)   22:17, 8 September 2010

Looks like it was caused by r72388.

Status & tagging log