r91744 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91743‎ | r91744 | r91745 >
Date:18:20, 8 July 2011
Author:ialex
Status:ok
Tags:
Comment:
Fix for r78786: make Special:Wantedpages includable again
Modified paths:
  • /trunk/phase3/includes/specials/SpecialWantedpages.php (modified) (history)

Diff [purge]

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

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r78786Merge querypage-work2 branch from trunk. The most relevant changes are:...catrope14:16, 22 December 2010

Status & tagging log