Index: trunk/extensions/Translate/utils/MessageWebImporter.php |
— | — | @@ -280,9 +280,8 @@ |
281 | 281 | |
282 | 282 | // FIXME: lot of duplication with SpecialManageGroups::doImport() |
283 | 283 | protected function doImport( $title, $message, $comment, $user = null ) { |
284 | | - $flags = EDIT_FORCE_BOT; |
285 | 284 | $article = new Article( $title ); |
286 | | - $status = $article->doEdit( $message, $comment, $flags ); |
| 285 | + $status = $article->doEdit( $message, $comment ); |
287 | 286 | $success = $status->isOK(); |
288 | 287 | |
289 | 288 | if ( $success ) { |