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 @@
9797 $storedText = $this->dbSections[$s->id]->text;
9898 if ( $s->text !== $storedText ) {
9999 $s->type = 'changed';
100 - $s->oldtext = $storedText;
 100+ $s->oldText = $storedText;
101101 }
102102 }
103103 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r995981.18wmf1: MFT r99548, r99564, r99596reedy23:41, 11 October 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98632Fix seemingly variable case mismatchreedy21:33, 1 October 2011

Status & tagging log