r78733 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78732‎ | r78733 | r78734 >
Date:20:29, 21 December 2010
Author:reedy
Status:ok
Tags:
Comment:
Fix Disamiguations, and whitespace
Modified paths:
  • /branches/querypage-work2/phase3/includes/QueryPage.php (modified) (history)
  • /branches/querypage-work2/phase3/includes/specials/SpecialDisambiguations.php (modified) (history)

Diff [purge]

Index: branches/querypage-work2/phase3/includes/specials/SpecialDisambiguations.php
@@ -28,7 +28,7 @@
2929 */
3030 class DisambiguationsPage extends PageQueryPage {
3131
32 - function __construct( $name = 'Disamiguations' ) {
 32+ function __construct( $name = 'Disambiguations' ) {
3333 parent::__construct( $name );
3434 }
3535
Index: branches/querypage-work2/phase3/includes/QueryPage.php
@@ -53,7 +53,7 @@
5454
5555 global $wgDisableCounters;
5656 if ( !$wgDisableCounters )
57 - $wgQueryPages[] = array( 'PopularPagesPage', 'Popularpages' );
 57+ $wgQueryPages[] = array( 'PopularPagesPage', 'Popularpages' );
5858
5959
6060 /**

Status & tagging log