From: Jeroen De Dauw Date: Tue, 13 Dec 2011 20:01:24 +0000 (+0000) Subject: fix deprecated method usage X-Git-Tag: 1.31.0-rc.0~25994 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=4e8517761dab6666de49d198b0c660c21555b837;p=lhc%2Fweb%2Fwiklou.git fix deprecated method usage --- diff --git a/includes/specials/SpecialWantedpages.php b/includes/specials/SpecialWantedpages.php index 3a5d9d32d9..fa86042a30 100644 --- a/includes/specials/SpecialWantedpages.php +++ b/includes/specials/SpecialWantedpages.php @@ -29,7 +29,7 @@ class WantedPagesPage extends WantedQueryPage { function __construct( $name = 'Wantedpages' ) { parent::__construct( $name ); - $this->includable( true ); + $this->mIncludable = true; } function execute( $par ) {