From: Brion Vibber Date: Wed, 9 Mar 2005 02:09:28 +0000 (+0000) Subject: Deprecating special:maintenance; going to kill it soon. KILL! KILL! X-Git-Tag: 1.5.0alpha1~661 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=fa311b2666dc120cecaaf3b1b841323e228ffa55;p=lhc%2Fweb%2Fwiklou.git Deprecating special:maintenance; going to kill it soon. KILL! KILL! --- diff --git a/includes/SpecialPage.php b/includes/SpecialPage.php index 25a6471e09..5d5dcd3bd0 100644 --- a/includes/SpecialPage.php +++ b/includes/SpecialPage.php @@ -70,7 +70,6 @@ $wgSpecialPages = array_merge($wgSpecialPages, array ( 'Deadendpages' => new SpecialPage( 'Deadendpages' ), 'Allpages' => new SpecialPage( 'Allpages' ), 'Ipblocklist' => new SpecialPage( 'Ipblocklist' ), - 'Maintenance' => new SpecialPage( 'Maintenance' ), 'Specialpages' => new UnlistedSpecialPage( 'Specialpages' ), 'Contributions' => new UnlistedSpecialPage( 'Contributions' ), 'Emailuser' => new UnlistedSpecialPage( 'Emailuser' ),