Index: branches/querypage-work2/phase3/includes/specials/SpecialDisambiguations.php |
— | — | @@ -28,7 +28,7 @@ |
29 | 29 | */ |
30 | 30 | class DisambiguationsPage extends PageQueryPage { |
31 | 31 | |
32 | | - function __construct( $name = 'Disamiguations' ) { |
| 32 | + function __construct( $name = 'Disambiguations' ) { |
33 | 33 | parent::__construct( $name ); |
34 | 34 | } |
35 | 35 | |
Index: branches/querypage-work2/phase3/includes/QueryPage.php |
— | — | @@ -53,7 +53,7 @@ |
54 | 54 | |
55 | 55 | global $wgDisableCounters; |
56 | 56 | if ( !$wgDisableCounters ) |
57 | | - $wgQueryPages[] = array( 'PopularPagesPage', 'Popularpages' ); |
| 57 | + $wgQueryPages[] = array( 'PopularPagesPage', 'Popularpages' ); |
58 | 58 | |
59 | 59 | |
60 | 60 | /** |