Index: trunk/phase3/includes/PatrolLog.php |
— | — | @@ -30,7 +30,7 @@ |
31 | 31 | $entry = new ManualLogEntry( 'patrol', 'patrol' ); |
32 | 32 | $entry->setTarget( $title ); |
33 | 33 | $entry->setParameters( self::buildParams( $rc, $auto ) ); |
34 | | - $entry->setPerformer( User::newFromName( $rc->getAttribute( 'rc_user_text' ) ) ); |
| 34 | + $entry->setPerformer( User::newFromName( $rc->getAttribute( 'rc_user_text' ), false ) ); |
35 | 35 | $logid = $entry->insert(); |
36 | 36 | if ( !$auto ) { |
37 | 37 | $entry->publish( $logid, 'udp' ); |