r50771 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50770‎ | r50771 | r50772 >
Date:15:22, 19 May 2009
Author:yaron
Status:deferred
Tags:
Comment:
Minor formatting change
Modified paths:
  • /trunk/extensions/ReplaceText/ReplaceTextJob.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ReplaceText/ReplaceTextJob.php
@@ -58,8 +58,8 @@
5959 // using the passed-in edit summary
6060 if ( $num_matches > 0 ) {
6161 // change global $wgUser variable to the one
62 - // specified by the job only for the extent of this
63 - // replacement
 62+ // specified by the job only for the extent of
 63+ // this replacement
6464 global $wgUser;
6565 $actual_user = $wgUser;
6666 $wgUser = User::newFromId( $this->params['user_id'] );

Status & tagging log