(bug 17804) Make EmailNotification members protected
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 25 Jun 2009 00:41:29 +0000 (00:41 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 25 Jun 2009 00:41:29 +0000 (00:41 +0000)
includes/UserMailer.php

index 97195fb..b9f3597 100644 (file)
@@ -264,9 +264,9 @@ class UserMailer {
  *
  */
 class EmailNotification {
-       private $to, $subject, $body, $replyto, $from;
-       private $user, $title, $timestamp, $summary, $minorEdit, $oldid, $composed_common, $editor;
-       private $mailTargets = array();
+       protected $to, $subject, $body, $replyto, $from;
+       protected $user, $title, $timestamp, $summary, $minorEdit, $oldid, $composed_common, $editor;
+       protected $mailTargets = array();
 
        /**
         * Send emails corresponding to the user $editor editing the page $title.