Index: trunk/extensions/FlaggedRevs/FlaggedRevsPage.body.php |
— | — | @@ -422,10 +422,6 @@ |
423 | 423 | $u = new LinksUpdate( $this->page, $poutput ); |
424 | 424 | $u->doUpdate(); |
425 | 425 | |
426 | | - // Watch it if $wgFlaggedRevsWatch is set to true and this users watches his/her edits |
427 | | - if( $wgFlaggedRevsWatch && $wgUser->getOption( 'watchdefault' ) ) |
428 | | - $wgUser->addWatch( $title ); |
429 | | - |
430 | 426 | # Clear the cache... |
431 | 427 | $this->page->invalidateCache(); |
432 | 428 | # Might as well save the cache |