Index: trunk/extensions/ReplaceText/ReplaceTextJob.php |
— | — | @@ -58,8 +58,8 @@ |
59 | 59 | // using the passed-in edit summary |
60 | 60 | if ( $num_matches > 0 ) { |
61 | 61 | // 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 |
64 | 64 | global $wgUser; |
65 | 65 | $actual_user = $wgUser; |
66 | 66 | $wgUser = User::newFromId( $this->params['user_id'] ); |