r99365 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99364‎ | r99365 | r99366 >
Date:18:39, 9 October 2011
Author:johnduhart
Status:ok
Tags:
Comment:
Followup r99354, fix Fatal error
Modified paths:
  • /trunk/phase3/includes/CategoryPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/CategoryPage.php
@@ -313,7 +313,7 @@
314314 }
315315 $this->articles[] = $link;
316316
317 - $this->articles_start_char[] = $this->getLang()->convert->convert(
 317+ $this->articles_start_char[] = $this->getLang()->convert(
318318 $this->collation->getFirstLetter( $sortkey ) );
319319 }
320320

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r99354CategoryViewer now requires a Contextjohnduhart16:00, 9 October 2011

Status & tagging log