X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fspecialpage%2FSpecialPageFactory.php;h=b3cb806942bf979339f58b051a092cbf26e17ca0;hb=7261721e556b5e6b6745a2c30bb09e980d0f3c9c;hp=9469e69ce9c54a2c46ebaa852d88b453dda549c3;hpb=8fd5a99f4e261d37cd7237a1992b1bcf03a764d3;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specialpage/SpecialPageFactory.php b/includes/specialpage/SpecialPageFactory.php index 9469e69ce9..b3cb806942 100644 --- a/includes/specialpage/SpecialPageFactory.php +++ b/includes/specialpage/SpecialPageFactory.php @@ -112,6 +112,7 @@ class SpecialPageFactory { 'Listbots' => SpecialListBots::class, 'Userrights' => UserrightsPage::class, 'EditWatchlist' => SpecialEditWatchlist::class, + 'PasswordPolicies' => SpecialPasswordPolicies::class, // Recent changes and logs 'Newimages' => SpecialNewFiles::class, @@ -212,17 +213,6 @@ class SpecialPageFactory { return array_keys( self::getPageList() ); } - /** - * Get the special page list as an array - * - * @deprecated since 1.24, use getNames() instead. - * @return array - */ - public static function getList() { - wfDeprecated( __FUNCTION__, '1.24' ); - return self::getPageList(); - } - /** * Get the special page list as an array *