r60522 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60521‎ | r60522 | r60523 >
Date:17:00, 31 December 2009
Author:siebrand
Status:ok
Tags:
Comment:
Drop bot flag for web imports.
Modified paths:
  • /trunk/extensions/Translate/utils/MessageWebImporter.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/utils/MessageWebImporter.php
@@ -280,9 +280,8 @@
281281
282282 // FIXME: lot of duplication with SpecialManageGroups::doImport()
283283 protected function doImport( $title, $message, $comment, $user = null ) {
284 - $flags = EDIT_FORCE_BOT;
285284 $article = new Article( $title );
286 - $status = $article->doEdit( $message, $comment, $flags );
 285+ $status = $article->doEdit( $message, $comment );
287286 $success = $status->isOK();
288287
289288 if ( $success ) {

Status & tagging log