From cf633f85697277a5c09ed93cc7eb735a68714fb6 Mon Sep 17 00:00:00 2001 From: Jens Frank Date: Mon, 25 Apr 2005 10:08:51 +0000 Subject: [PATCH] Bug 1755: RecentChanges URL carries duplicate limit --- includes/SpecialRecentchanges.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/SpecialRecentchanges.php b/includes/SpecialRecentchanges.php index df836a91f6..49bc7d2285 100644 --- a/includes/SpecialRecentchanges.php +++ b/includes/SpecialRecentchanges.php @@ -105,8 +105,7 @@ function wfSpecialRecentchanges( $par ) { $hidem .= ( $hidepatrolled )? ' AND rc_patrolled=0' : ''; $urlparams = array( 'hideminor' => $hideminor, 'hideliu' => $hideliu, - 'hidebots' => $hidebots, 'hidepatrolled' => $hidepatrolled, - 'limit' => $limit ); + 'hidebots' => $hidebots, 'hidepatrolled' => $hidepatrolled ); $hideparams = wfArrayToCGI( $urlparams ); $minorLink = $sk->makeKnownLink( $wgContLang->specialPage( 'Recentchanges' ), -- 2.20.1