r99564 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r99563
|
r99564
|
r99565
>
Date:
20:49, 11 October 2011
Author:
nikerabbit
Status:
ok
Tags:
Comment:
Followup
r98632
- it was broken before and half-fixed which made the brokenness more obvious.
Now fully fixed.
Modified paths:
/trunk/extensions/Translate/tag/TPParse.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Translate/tag/TPParse.php
—
—
@@ -96,7 +96,7 @@
97
97
$storedText = $this->dbSections[$s->id]->text;
98
98
if ( $s->text !== $storedText ) {
99
99
$s->type = 'changed';
100
- $s->oldtext = $storedText;
100
+ $s->oldText = $storedText;
101
101
}
102
102
}
103
103
}
Follow-up revisions
Revision
Commit summary
Author
Date
r99598
1.18wmf1: MFT
r99548
,
r99564
,
r99596
reedy
23:41, 11 October 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r98632
Fix seemingly variable case mismatch
reedy
21:33, 1 October 2011
Status & tagging log
22:21, 16 October 2011
😂
(
talk
|
contribs
)
changed the
tags
for r99564
[
removed:
1.18wmf1]
20:53, 11 October 2011
Siebrand
(
talk
|
contribs
)
changed the
status
of r99564
[
removed:
new
added:
ok]
20:51, 11 October 2011
Nikerabbit
(
talk
|
contribs
)
changed the
tags
for r99564
[
added:
1.18wmf1]