Index: branches/wmf/1.18wmf1/includes/api/ApiFeedWatchlist.php |
— | — | @@ -98,7 +98,7 @@ |
99 | 99 | } |
100 | 100 | |
101 | 101 | // 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'] ) { |
103 | 103 | $fauxReqArr['wlallrev'] = ''; |
104 | 104 | } |
105 | 105 | |
Property changes on: branches/wmf/1.18wmf1/includes/api |
___________________________________________________________________ |
Modified: svn:mergeinfo |
106 | 106 | Merged /trunk/phase3/includes/api:r99694 |
Property changes on: branches/wmf/1.18wmf1/includes |
___________________________________________________________________ |
Modified: svn:mergeinfo |
107 | 107 | Merged /trunk/phase3/includes:r99694 |
Property changes on: branches/wmf/1.18wmf1 |
___________________________________________________________________ |
Modified: svn:mergeinfo |
108 | 108 | Merged /trunk/phase3:r99694 |