From: Raimond Spekking Date: Mon, 3 Dec 2007 12:37:25 +0000 (+0000) Subject: Add 'listbots' (introduced in r27704) to $specialPageAliases X-Git-Tag: 1.31.0-rc.0~50588 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/fiche.php?a=commitdiff_plain;h=f045c490ef200a42548d70e8b3111b2af10d35b3;p=lhc%2Fweb%2Fwiklou.git Add 'listbots' (introduced in r27704) to $specialPageAliases --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index bb20cbe042..0670f08516 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -414,6 +414,7 @@ $specialPageAliases = array( 'Mytalk' => array( 'Mytalk' ), 'Mycontributions' => array( 'Mycontributions' ), 'Listadmins' => array( 'Listadmins' ), + 'Listbots' => array( 'Listbots' ), 'Popularpages' => array( 'Popularpages' ), 'Search' => array( 'Search' ), 'Resetpass' => array( 'Resetpass' ),