From: Alexandre Emsenhuber Date: Fri, 8 Jul 2011 18:20:09 +0000 (+0000) Subject: Fix for r78786: make Special:Wantedpages includable again X-Git-Tag: 1.31.0-rc.0~28981 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=fa870872f081505448e8e2c567f81071cb1388a9;p=lhc%2Fweb%2Fwiklou.git Fix for r78786: make Special:Wantedpages includable again --- diff --git a/includes/specials/SpecialWantedpages.php b/includes/specials/SpecialWantedpages.php index 3824df0254..a42331555e 100644 --- a/includes/specials/SpecialWantedpages.php +++ b/includes/specials/SpecialWantedpages.php @@ -29,6 +29,7 @@ class WantedPagesPage extends WantedQueryPage { function __construct( $name = 'Wantedpages' ) { parent::__construct( $name ); + $this->includable( true ); } function execute( $par ) {