r98895 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98894‎ | r98895 | r98896 >
Date:20:14, 4 October 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix syntax error from r98893
Modified paths:
  • /trunk/extensions/Translate/utils/JsSelectToInput.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/utils/JsSelectToInput.php
@@ -73,7 +73,7 @@
7474 public function getHtmlAndPrepareJS() {
7575 if ( $this->sourceId === false ) {
7676 if ( is_callable( array( $this->select, 'getAttribute' ) ) ) {
77 - $this->sourceId = $this->->getAttribute['id'];
 77+ $this->sourceId = $this->select->getAttribute['id'];
7878 }
7979
8080 if ( !$this->sourceId ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98893Fix some undefined, or potentially undefined variables...reedy20:06, 4 October 2011

Status & tagging log