* (bug 674) Allow users to be blocked from editing a specific article
[lhc/web/wiklou.git] / includes / SpecialPage.php
index fec6c0a..b382385 100644 (file)
@@ -126,6 +126,9 @@ class SpecialPage
                'Allpages'                  => 'SpecialAllpages',
                'Prefixindex'               => 'SpecialPrefixindex',
                'Ipblocklist'               => array( 'SpecialPage', 'Ipblocklist' ),
+               'ListUserRestrictions'      => array( 'SpecialPage', 'ListUserRestrictions' ),
+               'RemoveRestrictions'        => array( 'UnlistedSpecialPage', 'RemoveRestrictions', 'restrict' ),
+               'RestrictUser'              => array( 'SpecialPage', 'RestrictUser', 'restrict' ),
                'Specialpages'              => array( 'UnlistedSpecialPage', 'Specialpages' ),
                'Contributions'             => array( 'SpecialPage', 'Contributions' ),
                'Emailuser'                 => array( 'UnlistedSpecialPage', 'Emailuser' ),