Index: trunk/phase3/includes/specials/SpecialRevisiondelete.php |
— | — | @@ -10,7 +10,7 @@ |
11 | 11 | class SpecialRevisionDelete extends UnlistedSpecialPage { |
12 | 12 | |
13 | 13 | public function __construct() { |
14 | | - parent::__construct( 'RevisionDelete', 'deleterevision' ); |
| 14 | + parent::__construct( 'Revisiondelete', 'deleterevision' ); |
15 | 15 | $this->includable( false ); |
16 | 16 | } |
17 | 17 | |
Index: trunk/phase3/includes/SpecialPage.php |
— | — | @@ -183,7 +183,7 @@ |
184 | 184 | 'Mycontributions' => array( 'SpecialMycontributions' ), |
185 | 185 | 'Mypage' => array( 'SpecialMypage' ), |
186 | 186 | 'Mytalk' => array( 'SpecialMytalk' ), |
187 | | - 'Revisiondelete' => 'SpecialRevisiondelete', |
| 187 | + 'Revisiondelete' => 'SpecialRevisionDelete', |
188 | 188 | 'Specialpages' => array( 'UnlistedSpecialPage', 'Specialpages' ), |
189 | 189 | 'Userlogout' => array( 'UnlistedSpecialPage', 'Userlogout' ), |
190 | 190 | ); |