r106073 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106072‎ | r106073 | r106074 >
Date:20:01, 13 December 2011
Author:jeroendedauw
Status:ok
Tags:
Comment:
fix deprecated method usage
Modified paths:
  • /trunk/phase3/includes/specials/SpecialWantedpages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialWantedpages.php
@@ -29,7 +29,7 @@
3030 class WantedPagesPage extends WantedQueryPage {
3131 function __construct( $name = 'Wantedpages' ) {
3232 parent::__construct( $name );
33 - $this->includable( true );
 33+ $this->mIncludable = true;
3434 }
3535
3636 function execute( $par ) {

Status & tagging log