Index: trunk/phase3/includes/specials/SpecialWantedpages.php |
— | — | @@ -29,6 +29,7 @@ |
30 | 30 | class WantedPagesPage extends WantedQueryPage { |
31 | 31 | function __construct( $name = 'Wantedpages' ) { |
32 | 32 | parent::__construct( $name ); |
| 33 | + $this->includable( true ); |
33 | 34 | } |
34 | 35 | |
35 | 36 | function execute( $par ) { |