r99694 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r99693
|
r99694
|
r99695
>
Date:
16:40, 13 October 2011
Author:
reedy
Status:
ok
Tags:
Comment:
Followup
r85756
Update code to use boolean, as it's not going to be null
Modified paths:
/trunk/phase3/includes/api/ApiFeedWatchlist.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/api/ApiFeedWatchlist.php
—
—
@@ -100,7 +100,7 @@
101
101
}
102
102
103
103
// Check for 'allrev' parameter, and if found, show all revisions to each page on wl.
104
- if ( !is_null( $params['allrev'] ) ) {
104
+ if ( $params['allrev'] ) {
105
105
$fauxReqArr['wlallrev'] = '';
106
106
}
107
107
Follow-up revisions
Revision
Commit summary
Author
Date
r99696
MFT
r99694
reedy
16:42, 13 October 2011
r100752
REL1_18 MFT
r99694
,
r99931
reedy
21:56, 25 October 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r85756
* (
bug 28368
) add hint for multipart/form-data to api information of action=i...
reedy
12:15, 10 April 2011
Status & tagging log
00:50, 3 November 2011
😂
(
talk
|
contribs
)
changed the
status
of r99694
[
removed:
new
added:
ok]
21:56, 25 October 2011
Reedy
(
talk
|
contribs
)
changed the
tags
for r99694
[
removed:
1.18]
16:40, 13 October 2011
Reedy
(
talk
|
contribs
)
changed the
tags
for r99694
[
added:
1.18]