From 1ba3aa3611a8340f94df0fe73c29e5616983c88b Mon Sep 17 00:00:00 2001 From: Andrew Garrett Date: Sun, 23 May 2010 14:24:52 +0000 Subject: [PATCH] Add bug # for r66793 --- includes/specials/SpecialRevisiondelete.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialRevisiondelete.php b/includes/specials/SpecialRevisiondelete.php index 43178bc645..cca3d2f633 100644 --- a/includes/specials/SpecialRevisiondelete.php +++ b/includes/specials/SpecialRevisiondelete.php @@ -808,7 +808,7 @@ class RevisionDeleter { // FIXME THIS IS A HORRIBLE HORRIBLE HACK AND SHOULD DIE // It's not possible to pass a list of both deleted and // undeleted revisions to SpecialRevisionDelete, so we're - // stuck with two links. See bug + // stuck with two links. See bug 23363. $restoreLinks = array(); $restoreLinks[] = $skin->link( -- 2.20.1