Page MenuHomePhabricator

Bug_1755_REL1_4.diff

Authored By
bzimport
Nov 21 2014, 8:18 PM
Size
899 B
Referenced Files
None
Subscribers
None

Bug_1755_REL1_4.diff

Index: includes/SpecialRecentchanges.php
===================================================================
RCS file: /cvsroot/wikipedia/phase3/includes/SpecialRecentchanges.php,v
retrieving revision 1.50.2.4
diff -u -r1.50.2.4 SpecialRecentchanges.php
--- includes/SpecialRecentchanges.php 27 Mar 2005 22:24:09 -0000 1.50.2.4
+++ includes/SpecialRecentchanges.php 23 Apr 2005 11:30:32 -0000
@@ -102,8 +102,7 @@
$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' ),

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1487
Default Alt Text
Bug_1755_REL1_4.diff (899 B)

Event Timeline