From 8ce7ef2e5d2d0bd8bd592a5af788c7228eebe763 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 21 Apr 2005 09:43:09 +0000 Subject: [PATCH] snip redundant line --- includes/SpecialUndelete.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/SpecialUndelete.php b/includes/SpecialUndelete.php index 4a3c9af1b5..ab078d2864 100644 --- a/includes/SpecialUndelete.php +++ b/includes/SpecialUndelete.php @@ -97,8 +97,7 @@ class PageArchive { array( 'ar_namespace' => $this->title->getNamespace(), 'ar_title' => $this->title->getDBkey() ), 'PageArchive::getLastRevisionText', - array( 'ORDER BY' => 'ar_timestamp DESC', - 'LIMIT' => '1' ) ); + array( 'ORDER BY' => 'ar_timestamp DESC' ) ); if( $row ) { return Revision::getRevisionText( $row, "ar_" ); } else { -- 2.20.1