r45359 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r45358
|
r45359
|
r45360
>
Date:
05:39, 3 January 2009
Author:
aaron
Status:
ok
Tags:
Comment:
(
bug 15999
) Rollback using markasbot (bot rollback) shouldn't get a diff
Modified paths:
/trunk/phase3/includes/Linker.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/Linker.php
—
—
@@ -1579,6 +1579,7 @@
1580
1580
);
1581
1581
if( $wgRequest->getBool( 'bot' ) ) {
1582
1582
$query['bot'] = '1';
1583
+ $query['hidediff'] = '1'; // bug 15999
1583
1584
}
1584
1585
$query['token'] = $wgUser->editToken( array( $title->getPrefixedText(),
1585
1586
$rev->getUserText() ) );
Status & tagging log
01:31, 7 January 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r45359
[
removed:
new
added:
ok]