Index: trunk/phase3/includes/UserMailer.php |
— | — | @@ -264,9 +264,9 @@ |
265 | 265 | * |
266 | 266 | */ |
267 | 267 | class EmailNotification { |
268 | | - private $to, $subject, $body, $replyto, $from; |
269 | | - private $user, $title, $timestamp, $summary, $minorEdit, $oldid, $composed_common, $editor; |
270 | | - private $mailTargets = array(); |
| 268 | + protected $to, $subject, $body, $replyto, $from; |
| 269 | + protected $user, $title, $timestamp, $summary, $minorEdit, $oldid, $composed_common, $editor; |
| 270 | + protected $mailTargets = array(); |
271 | 271 | |
272 | 272 | /** |
273 | 273 | * Send emails corresponding to the user $editor editing the page $title. |