X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialUncategorizedpages.php;h=ab83af1c9297c0cbf019da86711b76edbdb6bfc1;hb=cbe3c7c8e37d322eca797be23a9687b4b1273f97;hp=9efa8032c82729d70f99cd2f3ed9b9453f39eed4;hpb=781049f1be8dc4f963a6cc17eba57d7143e71822;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialUncategorizedpages.php b/includes/specials/SpecialUncategorizedpages.php index 9efa8032c8..ab83af1c92 100644 --- a/includes/specials/SpecialUncategorizedpages.php +++ b/includes/specials/SpecialUncategorizedpages.php @@ -30,6 +30,7 @@ use MediaWiki\MediaWikiServices; * @todo FIXME: Make $requestedNamespace selectable, unify all subclasses into one */ class UncategorizedPagesPage extends PageQueryPage { + /** @var int|false */ protected $requestedNamespace = false; function __construct( $name = 'Uncategorizedpages' ) {