Index: trunk/extensions/Translate/tag/SpecialPageTranslation.php |
— | — | @@ -303,7 +303,8 @@ |
304 | 304 | $formParams = array( |
305 | 305 | 'method' => 'post', |
306 | 306 | 'action' => $this->getTitle()->getFullURL(), |
307 | | - 'class' => 'mw-tpt-sp-markform' |
| 307 | + 'class' => 'mw-tpt-sp-markform', |
| 308 | + 'token' => $this->user->editToken(), |
308 | 309 | ); |
309 | 310 | |
310 | 311 | $wgOut->addHTML( |