From: Jens Frank Date: Mon, 25 Apr 2005 10:08:51 +0000 (+0000) Subject: Bug 1755: RecentChanges URL carries duplicate limit X-Git-Tag: 1.5.0alpha1~143 X-Git-Url: http://git.cyclocoop.org/%27.%28%24current%20%3E%202?a=commitdiff_plain;h=cf633f85697277a5c09ed93cc7eb735a68714fb6;p=lhc%2Fweb%2Fwiklou.git Bug 1755: RecentChanges URL carries duplicate limit --- 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' ),