Index: trunk/extensions/StalePages/StalePages_body.php |
— | — | @@ -13,7 +13,7 @@ |
14 | 14 | */ |
15 | 15 | class Stalepages extends QueryPage |
16 | 16 | { |
17 | | - public function __construct( $name = 'Stalepages' ) { |
| 17 | + public function __construct( $name = 'StalePages' ) { |
18 | 18 | parent::__construct( $name ); |
19 | 19 | } |
20 | 20 | |