From: Alexandre Emsenhuber Date: Mon, 20 Feb 2012 21:39:33 +0000 (+0000) Subject: Fix parse error from r111965 X-Git-Tag: 1.31.0-rc.0~24603 X-Git-Url: http://git.cyclocoop.org/%27.parametre_url%28%20%20%20generer_action_auteur%28%27charger_plugin%27%2C%20%27update_flux%27%29%2C%27update_flux%27%2C%20%27oui%27%29.%27?a=commitdiff_plain;h=5ca3075275041ac4636607242f0893b6b69763c0;p=lhc%2Fweb%2Fwiklou.git Fix parse error from r111965 --- diff --git a/includes/logging/PatrolLog.php b/includes/logging/PatrolLog.php index fc7408a383..eea348eb6e 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' );