revert r106095, fix apparently not this simple
[lhc/web/wiklou.git] / includes / specials / SpecialWantedpages.php
index 3a5d9d3..4624b35 100644 (file)
  * @ingroup SpecialPage
  */
 class WantedPagesPage extends WantedQueryPage {
+       
        function __construct( $name = 'Wantedpages' ) {
                parent::__construct( $name );
-               $this->includable( true );
+               $this->mIncludable = true;
        }
 
        function execute( $par ) {