https://www.mediawiki.org/wiki/Special:Code/MediaWiki/111967

Revision: 111967
Author:   ialex
Date:     2012-02-20 21:39:33 +0000 (Mon, 20 Feb 2012)
Log Message:
-----------
Fix parse error from r111965

Modified Paths:
--------------
    trunk/phase3/includes/logging/PatrolLog.php

Modified: trunk/phase3/includes/logging/PatrolLog.php
===================================================================
--- trunk/phase3/includes/logging/PatrolLog.php 2012-02-20 21:36:54 UTC (rev 
111966)
+++ trunk/phase3/includes/logging/PatrolLog.php 2012-02-20 21:39:33 UTC (rev 
111967)
@@ -32,7 +32,7 @@
                        $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' );


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to