fix deprecated method usage
authorJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Tue, 13 Dec 2011 20:01:24 +0000 (20:01 +0000)
committerJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Tue, 13 Dec 2011 20:01:24 +0000 (20:01 +0000)
includes/specials/SpecialWantedpages.php

index 3a5d9d3..fa86042 100644 (file)
@@ -29,7 +29,7 @@
 class WantedPagesPage extends WantedQueryPage {
        function __construct( $name = 'Wantedpages' ) {
                parent::__construct( $name );
-               $this->includable( true );
+               $this->mIncludable = true;
        }
 
        function execute( $par ) {