r91175 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r91174
|
r91175
|
r91176
>
Date:
15:15, 30 June 2011
Author:
catrope
Status:
ok
Tags:
Comment:
Fix fatal in
r77354
(!!), discovered this when purgeList.php fataled on me on the WMF cluster
Modified paths:
/trunk/phase3/maintenance/purgeList.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/maintenance/purgeList.php
—
—
@@ -43,7 +43,7 @@
44
44
$url = $title->getFullUrl();
45
45
$this->output( "$url\n" );
46
46
$urls[] = $url;
47
- if ( $this->getOptions( 'purge' ) ) {
47
+ if ( $this->getOption( 'purge' ) ) {
48
48
$title->invalidateCache();
49
49
}
50
50
} else {
Follow-up revisions
Revision
Commit summary
Author
Date
r91177
1.17wmf1: MFT
r91175
catrope
15:20, 30 June 2011
r91532
MFT
r91175
plus release notes: fixed purgeList.php
tstarling
07:39, 6 July 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r77354
$options doesn't exist in PurgeList...
reedy
14:18, 27 November 2010
Status & tagging log
21:23, 18 July 2011
Reedy
(
talk
|
contribs
)
changed the
tags
for r91175
[
removed:
1.18]
07:39, 6 July 2011
Tim Starling
(
talk
|
contribs
)
changed the
tags
for r91175
[
removed:
1.17]
16:23, 30 June 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r91175
[
removed:
new
added:
ok]
15:18, 30 June 2011
Catrope
(
talk
|
contribs
)
changed the
tags
for r91175
[
added:
1.17,1.18]