r102104 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102103‎ | r102104 | r102105 >
Date:16:35, 5 November 2011
Author:danny_b
Status:ok
Tags:
Comment:
* fixing Special:ListBots which behaved like Special:ListAdmins
Modified paths:
  • /trunk/phase3/includes/SpecialPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialPage.php
@@ -963,7 +963,7 @@
964964 }
965965
966966 /**
967 - * ListAdmins --> ListUsers/admin
 967+ * ListAdmins --> ListUsers/sysop
968968 */
969969 class SpecialListAdmins extends SpecialRedirectToSpecial {
970970 function __construct(){
@@ -972,11 +972,11 @@
973973 }
974974
975975 /**
976 - * ListBots --> ListUsers/admin
 976+ * ListBots --> ListUsers/bot
977977 */
978978 class SpecialListBots extends SpecialRedirectToSpecial {
979979 function __construct(){
980 - parent::__construct( 'Listadmins', 'Listusers', 'bot' );
 980+ parent::__construct( 'Listbots', 'Listusers', 'bot' );
981981 }
982982 }
983983

Sign-offs

UserFlagDate
Werdnainspected06:48, 6 November 2011

Status & tagging log