r52383 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52382‎ | r52383 | r52384 >
Date:00:41, 25 June 2009
Author:demon
Status:ok
Tags:
Comment:
(bug 17804) Make EmailNotification members protected
Modified paths:
  • /trunk/phase3/includes/UserMailer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/UserMailer.php
@@ -264,9 +264,9 @@
265265 *
266266 */
267267 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();
271271
272272 /**
273273 * Send emails corresponding to the user $editor editing the page $title.

Status & tagging log