Index: trunk/extensions/Translate/TranslateEditAddons.php |
— | — | @@ -258,7 +258,7 @@ |
259 | 259 | |
260 | 260 | $th = new TranslationHelpers( $object->mTitle ); |
261 | 261 | if ( $object->firsttime && !$wgRequest->getCheck( 'oldid' ) && !$wgRequest->getCheck( 'undo' ) ) { |
262 | | - $object->textbox1 = $th->getTranslation(); |
| 262 | + $object->textbox1 = (string) $th->getTranslation(); |
263 | 263 | } else { |
264 | 264 | $th->setTranslation( $object->textbox1 ); |
265 | 265 | } |