Index: trunk/phase3/includes/UserMailer.php |
— | — | @@ -347,7 +347,7 @@ |
348 | 348 | * |
349 | 349 | */ |
350 | 350 | class EmailNotification { |
351 | | - protected $to, $subject, $body, $replyto, $from; |
| 351 | + protected $subject, $body, $replyto, $from; |
352 | 352 | protected $timestamp, $summary, $minorEdit, $oldid, $composed_common; |
353 | 353 | protected $mailTargets = array(); |
354 | 354 | |
— | — | @@ -359,7 +359,7 @@ |
360 | 360 | /** |
361 | 361 | * @var User |
362 | 362 | */ |
363 | | - protected $user, $editor; |
| 363 | + protected $editor; |
364 | 364 | |
365 | 365 | /** |
366 | 366 | * Send emails corresponding to the user $editor editing the page $title. |
— | — | @@ -550,7 +550,7 @@ |
551 | 551 | wfDebug( __METHOD__ . ": talk page owner doesn't want notifications\n" ); |
552 | 552 | } |
553 | 553 | } |
554 | | - return false; |
| 554 | + return false; |
555 | 555 | } |
556 | 556 | |
557 | 557 | /** |