r45608 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r45607‎ | r45608 | r45609 >
Date:18:14, 9 January 2009
Author:aaron
Status:ok (Comments)
Tags:
Comment:
minor fix
Modified paths:
  • /trunk/extensions/FlaggedRevs/FlaggedRevs.hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/FlaggedRevs.hooks.php
@@ -776,10 +776,10 @@
777777 // Set rc_patrolled flag and add log entry as needed
778778 if( $patrol ) {
779779 $rc->reallyMarkPatrolled();
 780+ $rc->mAttribs['rc_patrolled'] = 1; // make sure irc/email notifs now status
780781 if( $record ) {
781782 PatrolLog::record( $rc->mAttribs['rc_id'], true );
782783 }
783 - $rc->mAttribs['rc_patrolled'] = 1; // make sure irc/email notifs now status
784784 }
785785 return true;
786786 }

Comments

#Comment by Aaron Schulz (talk | contribs)   22:04, 10 January 2009

Doesn't really matter, OK :)

Status & tagging log