Index: trunk/extensions/Translate/TranslatePage.php |
— | — | @@ -193,6 +193,11 @@ |
194 | 194 | protected function settingsForm( $errors ) { |
195 | 195 | global $wgScript; |
196 | 196 | |
| 197 | + $task = $this->taskSelector(); |
| 198 | + $group = $this->groupSelector(); |
| 199 | + $language = $this->languageSelector(); |
| 200 | + $limit = $this->limitSelector(); |
| 201 | + |
197 | 202 | $button = Xml::submitButton( wfMsg( 'translate-submit' ) ); |
198 | 203 | |
199 | 204 | $options = array(); |