From e92035acf8af6fd160c170ff2335c4324c66ff91 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Wed, 8 Sep 2010 10:41:13 +0000 Subject: [PATCH] (bug 25087) Fix fatal in CategoryPage --- includes/CategoryPage.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/CategoryPage.php b/includes/CategoryPage.php index 020e8351c1..e948ce9aa1 100644 --- a/includes/CategoryPage.php +++ b/includes/CategoryPage.php @@ -169,7 +169,8 @@ class CategoryViewer { array( 'known', 'noclasses' ) ); - $this->children_start_char[] = $this->getSubcategorySortChar( $title, $sortkey ); + $this->children_start_char[] = + $this->getSubcategorySortChar( $cat->getTitle(), $sortkey ); } /** -- 2.20.1