Index: branches/REL1_18/phase3/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/REL1_18/phase3/includes/api |
___________________________________________________________________ |
Modified: svn:mergeinfo |
106 | 106 | Merged /trunk/phase3/includes/api:r99694,99931 |
Index: branches/REL1_18/phase3/includes/specials/SpecialBrokenRedirects.php |
— | — | @@ -53,7 +53,7 @@ |
54 | 54 | 'conds' => array( 'rd_namespace >= 0', |
55 | 55 | 'p2.page_namespace IS NULL' |
56 | 56 | ), |
57 | | - 'join_conds' => array( 'p1' => array( 'LEFT JOIN', array( |
| 57 | + 'join_conds' => array( 'p1' => array( 'JOIN', array( |
58 | 58 | 'rd_from=p1.page_id', |
59 | 59 | ) ), |
60 | 60 | 'p2' => array( 'LEFT JOIN', array( |
Property changes on: branches/REL1_18/phase3/includes/specials |
___________________________________________________________________ |
Modified: svn:mergeinfo |
61 | 61 | Merged /trunk/phase3/includes/specials:r99931 |
Property changes on: branches/REL1_18/phase3/includes |
___________________________________________________________________ |
Modified: svn:mergeinfo |
62 | 62 | Merged /trunk/phase3/includes:r99694,99931 |
Property changes on: branches/REL1_18/phase3 |
___________________________________________________________________ |
Modified: svn:mergeinfo |
63 | 63 | Merged /trunk/phase3:r99694,99931 |