Index: trunk/phase3/includes/SpecialPage.php |
— | — | @@ -176,7 +176,7 @@ |
177 | 177 | 'ComparePages' => 'SpecialComparePages', |
178 | 178 | 'Export' => 'SpecialExport', |
179 | 179 | 'Import' => 'SpecialImport', |
180 | | - 'Undelete' => 'UndeleteForm', |
| 180 | + 'Undelete' => 'SpecialUndelete', |
181 | 181 | 'Whatlinkshere' => 'SpecialWhatlinkshere', |
182 | 182 | 'MergeHistory' => 'SpecialMergeHistory', |
183 | 183 | |
Index: trunk/phase3/includes/specials/SpecialUndelete.php |
— | — | @@ -561,7 +561,7 @@ |
562 | 562 | * |
563 | 563 | * @ingroup SpecialPage |
564 | 564 | */ |
565 | | -class UndeleteForm extends SpecialPage { |
| 565 | +class SpecialUndelete extends SpecialPage { |
566 | 566 | var $mAction, $mTarget, $mTimestamp, $mRestore, $mInvert, $mTargetObj; |
567 | 567 | var $mTargetTimestamp, $mAllowed, $mCanView, $mComment, $mToken, $mRequest; |
568 | 568 | |
Index: trunk/phase3/includes/AutoLoader.php |
— | — | @@ -663,7 +663,7 @@ |
664 | 664 | 'UncategorizedImagesPage' => 'includes/specials/SpecialUncategorizedimages.php', |
665 | 665 | 'UncategorizedPagesPage' => 'includes/specials/SpecialUncategorizedpages.php', |
666 | 666 | 'UncategorizedTemplatesPage' => 'includes/specials/SpecialUncategorizedtemplates.php', |
667 | | - 'UndeleteForm' => 'includes/specials/SpecialUndelete.php', |
| 667 | + 'SpecialUndelete' => 'includes/specials/SpecialUndelete.php', |
668 | 668 | 'UnusedCategoriesPage' => 'includes/specials/SpecialUnusedcategories.php', |
669 | 669 | 'UnusedimagesPage' => 'includes/specials/SpecialUnusedimages.php', |
670 | 670 | 'UnusedtemplatesPage' => 'includes/specials/SpecialUnusedtemplates.php', |