r99696 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99695‎ | r99696 | r99697 >
Date:16:42, 13 October 2011
Author:reedy
Status:ok
Tags:
Comment:
MFT r99694
Modified paths:
  • /branches/wmf/1.18wmf1 (modified) (history)
  • /branches/wmf/1.18wmf1/includes (modified) (history)
  • /branches/wmf/1.18wmf1/includes/api (modified) (history)
  • /branches/wmf/1.18wmf1/includes/api/ApiFeedWatchlist.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/includes/api/ApiFeedWatchlist.php
@@ -98,7 +98,7 @@
9999 }
100100
101101 // Check for 'allrev' parameter, and if found, show all revisions to each page on wl.
102 - if ( !is_null( $params['allrev'] ) ) {
 102+ if ( $params['allrev'] ) {
103103 $fauxReqArr['wlallrev'] = '';
104104 }
105105
Property changes on: branches/wmf/1.18wmf1/includes/api
___________________________________________________________________
Modified: svn:mergeinfo
106106 Merged /trunk/phase3/includes/api:r99694
Property changes on: branches/wmf/1.18wmf1/includes
___________________________________________________________________
Modified: svn:mergeinfo
107107 Merged /trunk/phase3/includes:r99694
Property changes on: branches/wmf/1.18wmf1
___________________________________________________________________
Modified: svn:mergeinfo
108108 Merged /trunk/phase3:r99694

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r99694Followup r85756...reedy16:40, 13 October 2011

Status & tagging log