r42261 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r42260‎ | r42261 | r42262 >
Date:11:35, 20 October 2008
Author:jojo
Status:old
Tags:
Comment:
Do not save collection pages w/ bot flag as recommended by Erik Moeller.
Modified paths:
  • /trunk/extensions/Collection/Collection.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Collection/Collection.body.php
@@ -464,7 +464,7 @@
465465 $articleText .= "\n[[" . $catTitle->getPrefixedText() . "]]\n";
466466 }
467467
468 - $article->doEdit( $articleText, '', EDIT_FORCE_BOT );
 468+ $article->doEdit( $articleText, '' );
469469 return true;
470470 }
471471

Status & tagging log