Index: trunk/extensions/Collection/Collection.body.php |
— | — | @@ -464,7 +464,7 @@ |
465 | 465 | $articleText .= "\n[[" . $catTitle->getPrefixedText() . "]]\n"; |
466 | 466 | } |
467 | 467 | |
468 | | - $article->doEdit( $articleText, '', EDIT_FORCE_BOT ); |
| 468 | + $article->doEdit( $articleText, '' ); |
469 | 469 | return true; |
470 | 470 | } |
471 | 471 | |