diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/logging/PatrolLog.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/logging/PatrolLog.php b/includes/logging/PatrolLog.php index fc7408a38305..eea348eb6ebc 100644 --- a/includes/logging/PatrolLog.php +++ b/includes/logging/PatrolLog.php @@ -32,7 +32,7 @@ class PatrolLog { $entry = new ManualLogEntry( 'patrol', 'patrol' ); $entry->setTarget( $title ); $entry->setParameters( self::buildParams( $rc, $auto ) ); - $entry->setPerformer( $wgUser, false ) ); + $entry->setPerformer( $wgUser ); $logid = $entry->insert(); if ( !$auto ) { $entry->publish( $logid, 'udp' ); |