r99475 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99474‎ | r99475 | r99476 >
Date:13:01, 11 October 2011
Author:ialex
Status:ok
Tags:
Comment:
Fix case mismatch
Modified paths:
  • /trunk/extensions/StalePages/StalePages_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/StalePages/StalePages_body.php
@@ -13,7 +13,7 @@
1414 */
1515 class Stalepages extends QueryPage
1616 {
17 - public function __construct( $name = 'Stalepages' ) {
 17+ public function __construct( $name = 'StalePages' ) {
1818 parent::__construct( $name );
1919 }
2020

Status & tagging log