r74039 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r74038
|
r74039
|
r74040
>
Date:
20:19, 30 September 2010
Author:
demon
Status:
ok
Tags:
Comment:
Followup
r74034
, missed one GAID_FOR_UPDATE
Modified paths:
/trunk/phase3/maintenance/tests/parser/parserTest.inc
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/maintenance/tests/parser/parserTest.inc
—
—
@@ -1096,7 +1096,7 @@
1097
1097
wfDie( "invalid title at line $line\n" );
1098
1098
}
1099
1099
1100
- $aid = $title->getArticleID( GAID_FOR_UPDATE );
1100
+ $aid = $title->getArticleID( Title::GAID_FOR_UPDATE );
1101
1101
1102
1102
if ( $aid != 0 ) {
1103
1103
wfDie( "duplicate article '$name' at line $line\n" );
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r74034
Refactor GAID_FOR_UPDATE into Title::GAID_FOR_UPDATE. Yay less file-scope cod...
demon
19:13, 30 September 2010
Status & tagging log
16:07, 12 December 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r74039
[
removed:
new
added:
ok]