Index: trunk/extensions/FlaggedRevs/FlaggedRevs.hooks.php |
— | — | @@ -776,10 +776,10 @@ |
777 | 777 | // Set rc_patrolled flag and add log entry as needed |
778 | 778 | if( $patrol ) { |
779 | 779 | $rc->reallyMarkPatrolled(); |
| 780 | + $rc->mAttribs['rc_patrolled'] = 1; // make sure irc/email notifs now status |
780 | 781 | if( $record ) { |
781 | 782 | PatrolLog::record( $rc->mAttribs['rc_id'], true ); |
782 | 783 | } |
783 | | - $rc->mAttribs['rc_patrolled'] = 1; // make sure irc/email notifs now status |
784 | 784 | } |
785 | 785 | return true; |
786 | 786 | } |