Index: trunk/extensions/ReplaceText/ReplaceTextJob.php |
— | — | @@ -49,7 +49,7 @@ |
50 | 50 | // Class was added in MW 1.18 |
51 | 51 | Action::factory( 'watch', new Article( $new_title, 0 ) )->execute(); |
52 | 52 | } else { |
53 | | - $article = new Article( $new_title ); |
| 53 | + $article = new Article( $new_title, 0 ); |
54 | 54 | $article->doWatch(); |
55 | 55 | } |
56 | 56 | } |