Page MenuHomePhabricator

Bug_1755_HEAD.diff

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

Bug_1755_HEAD.diff

Index: includes/SpecialRecentchanges.php
===================================================================
RCS file: /cvsroot/wikipedia/phase3/includes/SpecialRecentchanges.php,v
retrieving revision 1.61
diff -u -r1.61 SpecialRecentchanges.php
--- includes/SpecialRecentchanges.php 3 Apr 2005 08:30:05 -0000 1.61
+++ includes/SpecialRecentchanges.php 22 Apr 2005 15:09:10 -0000
@@ -105,8 +105,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
1486
Default Alt Text
Bug_1755_HEAD.diff (885 B)

Event Timeline