Merge "(bug 40585) Don't drop 'step="any"' in HTML input fields."
[lhc/web/wiklou.git] / includes / specials / SpecialWantedpages.php
index 7673305..05df400 100644 (file)
  * @ingroup SpecialPage
  */
 class WantedPagesPage extends WantedQueryPage {
-       
+
        function __construct( $name = 'Wantedpages' ) {
                parent::__construct( $name );
-               $this->mIncludable = true;
+       }
+
+       function isIncludable() {
+               return true;
        }
 
        function execute( $par ) {