X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialUncategorizedpages.php;h=0b7da7bf8a22c8f1611e7e2304b9634f2ea98c29;hb=c14571ba26edbe26606127fdf89cd9793a7488ab;hp=9efa8032c82729d70f99cd2f3ed9b9453f39eed4;hpb=9f5c319b091fc84796c1e841699cc70c7566bef7;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialUncategorizedpages.php b/includes/specials/SpecialUncategorizedpages.php index 9efa8032c8..0b7da7bf8a 100644 --- a/includes/specials/SpecialUncategorizedpages.php +++ b/includes/specials/SpecialUncategorizedpages.php @@ -30,10 +30,12 @@ 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' ) { parent::__construct( $name ); + $this->addHelpLink( 'Help:Categories' ); } function sortDescending() {