Index: trunk/extensions/Translate/utils/JsSelectToInput.php |
— | — | @@ -73,7 +73,7 @@ |
74 | 74 | public function getHtmlAndPrepareJS() { |
75 | 75 | if ( $this->sourceId === false ) { |
76 | 76 | if ( is_callable( array( $this->select, 'getAttribute' ) ) ) { |
77 | | - $this->sourceId = $this->->getAttribute['id']; |
| 77 | + $this->sourceId = $this->select->getAttribute['id']; |
78 | 78 | } |
79 | 79 | |
80 | 80 | if ( !$this->sourceId ) { |