From: Mark A. Hershberger Date: Fri, 6 Jan 2012 20:54:24 +0000 (+0000) Subject: w/s, remove unused vars per note in bug #33537 X-Git-Tag: 1.31.0-rc.0~25466 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=f7ae53ce330f21af2a98bc1696cc07529507a8b0;p=lhc%2Fweb%2Fwiklou.git w/s, remove unused vars per note in bug #33537 --- diff --git a/includes/UserMailer.php b/includes/UserMailer.php index 195e1066ce..20e77b878d 100644 --- a/includes/UserMailer.php +++ b/includes/UserMailer.php @@ -347,7 +347,7 @@ class UserMailer { * */ class EmailNotification { - protected $to, $subject, $body, $replyto, $from; + protected $subject, $body, $replyto, $from; protected $timestamp, $summary, $minorEdit, $oldid, $composed_common; protected $mailTargets = array(); @@ -359,7 +359,7 @@ class EmailNotification { /** * @var User */ - protected $user, $editor; + protected $editor; /** * Send emails corresponding to the user $editor editing the page $title. @@ -550,7 +550,7 @@ class EmailNotification { wfDebug( __METHOD__ . ": talk page owner doesn't want notifications\n" ); } } - return false; + return false; } /**