r103188 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r103187
|
r103188
|
r103189
>
Date:
16:27, 15 November 2011
Author:
platonides
Status:
ok
Tags:
Comment:
Follow-up
r103179
: $handled variable undefined
Modified paths:
/trunk/phase3/maintenance/Maintenance.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/maintenance/Maintenance.php
—
—
@@ -391,7 +391,7 @@
392
392
$this->atLineStart = false;
393
393
if ( $channel === null ) {
394
394
// For unchanneled messages, output trailing newline immediately
395
- if( $handle ) {
395
+ if( $cli ) {
396
396
fwrite( STDOUT, "\n" );
397
397
} else {
398
398
print "\n";
Follow-up revisions
Revision
Commit summary
Author
Date
r103198
Followup
r103196
, also need to MFT
r103188
demon
17:29, 15 November 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r103179
Address fixme on
r101644
(
bug 32325
,
bug 32263
), originally for
bug 31822
. PH...
demon
15:04, 15 November 2011
Status & tagging log
11:30, 19 November 2011
Hashar
(
talk
|
contribs
)
changed the
status
of r103188
[
removed:
new
added:
ok]