https://www.mediawiki.org/wiki/Special:Code/MediaWiki/108282

Revision: 108282
Author:   mah
Date:     2012-01-06 20:54:24 +0000 (Fri, 06 Jan 2012)
Log Message:
-----------
w/s, remove unused vars per note in bug #33537

Modified Paths:
--------------
    trunk/phase3/includes/UserMailer.php

Modified: trunk/phase3/includes/UserMailer.php
===================================================================
--- trunk/phase3/includes/UserMailer.php        2012-01-06 20:26:53 UTC (rev 
108281)
+++ trunk/phase3/includes/UserMailer.php        2012-01-06 20:54:24 UTC (rev 
108282)
@@ -347,7 +347,7 @@
  *
  */
 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 @@
        /**
         * @var User
         */
-       protected $user, $editor;
+       protected $editor;
 
        /**
         * Send emails corresponding to the user $editor editing the page 
$title.
@@ -550,7 +550,7 @@
                                wfDebug( __METHOD__ . ": talk page owner 
doesn't want notifications\n" );
                        }
                }
-           return false;
+               return false;
        }
 
        /**


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to