From 51abde1a00d08bdd5e4bbd8a0dc77ed1a6a31bf9 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sat, 30 Oct 2010 21:31:22 +0000 Subject: [PATCH] Mark a few more methods static Seems I forgot to commit this --- includes/CategoryPage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/CategoryPage.php b/includes/CategoryPage.php index e948ce9aa1..8213e6e3a6 100644 --- a/includes/CategoryPage.php +++ b/includes/CategoryPage.php @@ -443,7 +443,7 @@ class CategoryViewer { * @return String * @private */ - function columnList( $articles, $articles_start_char ) { + static function columnList( $articles, $articles_start_char ) { $columns = array_combine( $articles, $articles_start_char ); # Split into three columns $columns = array_chunk( $columns, ceil( count( $columns ) / 3 ), true /* preserve keys */ ); @@ -495,7 +495,7 @@ class CategoryViewer { * @return String * @private */ - function shortList( $articles, $articles_start_char ) { + static function shortList( $articles, $articles_start_char ) { $r = '

' . htmlspecialchars( $articles_start_char[0] ) . "

\n"; $r .= '