r95767 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95766‎ | r95767 | r95768 >
Date:12:29, 30 August 2011
Author:siebrand
Status:ok
Tags:
Comment:
Follow-up r95762: $text was undefined, use $data.
Modified paths:
  • /trunk/extensions/Translate/TranslateTasks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/TranslateTasks.php
@@ -357,7 +357,7 @@
358358 $data = $writer->webExport( $this->collection );
359359 }
360360
361 - return Html::element( 'textarea', array( 'id' => 'wpTextbox1', 'rows' => '50' ), $text );
 361+ return Html::element( 'textarea', array( 'id' => 'wpTextbox1', 'rows' => '50' ), $data );
362362 }
363363 }
364364

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r95762This hack is not needed anymore with Html::elementnikerabbit12:17, 30 August 2011

Status & tagging log