r98632 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98631‎ | r98632 | r98633 >
Date:21:33, 1 October 2011
Author:reedy
Status:deferred
Tags:
Comment:
Fix seemingly variable case mismatch
Modified paths:
  • /trunk/extensions/Translate/tag/TPSection.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/tag/TPSection.php
@@ -66,7 +66,7 @@
6767 * @return \string Wikitext.
6868 */
6969 public function getOldText() {
70 - return isset( $this->oldtext ) ? $this->oldtext : $this->text;
 70+ return isset( $this->oldText ) ? $this->oldText : $this->text;
7171 }
7272
7373 /**

Follow-up revisions

RevisionCommit summaryAuthorDate
r99564Followup r98632 - it was broken before and half-fixed which made the brokenne...nikerabbit20:49, 11 October 2011

Status & tagging log