From: Chad Horohoe Date: Thu, 25 Jun 2009 00:41:29 +0000 (+0000) Subject: (bug 17804) Make EmailNotification members protected X-Git-Tag: 1.31.0-rc.0~41219 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=966ecbaace07fc525c22fe30fb9b1e708024d8bb;p=lhc%2Fweb%2Fwiklou.git (bug 17804) Make EmailNotification members protected --- diff --git a/includes/UserMailer.php b/includes/UserMailer.php index 97195fbf7f..b9f359783e 100644 --- a/includes/UserMailer.php +++ b/includes/UserMailer.php @@ -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.