r22762 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r22761‎ | r22762 | r22763 >
Date:15:15, 5 June 2007
Author:aaron
Status:old
Tags:
Comment:
*Fix error
Modified paths:
  • /trunk/extensions/FlaggedRevs/FlaggedRevsPage.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/FlaggedRevsPage.body.php
@@ -422,10 +422,6 @@
423423 $u = new LinksUpdate( $this->page, $poutput );
424424 $u->doUpdate();
425425
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 -
430426 # Clear the cache...
431427 $this->page->invalidateCache();
432428 # Might as well save the cache

Status & tagging log