r108282 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108281‎ | r108282 | r108283 >
Date:20:54, 6 January 2012
Author:mah
Status:ok
Tags:
Comment:
w/s, remove unused vars per note in bug #33537
Modified paths:
  • /trunk/phase3/includes/UserMailer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/UserMailer.php
@@ -347,7 +347,7 @@
348348 *
349349 */
350350 class EmailNotification {
351 - protected $to, $subject, $body, $replyto, $from;
 351+ protected $subject, $body, $replyto, $from;
352352 protected $timestamp, $summary, $minorEdit, $oldid, $composed_common;
353353 protected $mailTargets = array();
354354
@@ -359,7 +359,7 @@
360360 /**
361361 * @var User
362362 */
363 - protected $user, $editor;
 363+ protected $editor;
364364
365365 /**
366366 * Send emails corresponding to the user $editor editing the page $title.
@@ -550,7 +550,7 @@
551551 wfDebug( __METHOD__ . ": talk page owner doesn't want notifications\n" );
552552 }
553553 }
554 - return false;
 554+ return false;
555555 }
556556
557557 /**

Status & tagging log