Index: trunk/extensions/Translate/tag/TPSection.php |
— | — | @@ -66,7 +66,7 @@ |
67 | 67 | * @return \string Wikitext. |
68 | 68 | */ |
69 | 69 | public function getOldText() { |
70 | | - return isset( $this->oldtext ) ? $this->oldtext : $this->text; |
| 70 | + return isset( $this->oldText ) ? $this->oldText : $this->text; |
71 | 71 | } |
72 | 72 | |
73 | 73 | /** |