r55469 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55468‎ | r55469 | r55470 >
Date:07:03, 22 August 2009
Author:raymond
Status:reverted
Tags:
Comment:
Follow-up r55459: Fix for PHP Notice: Undefined variable: deleted in /var/www/w/includes/UserMailer.php on line 379
Modified paths:
  • /trunk/phase3/includes/UserMailer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/UserMailer.php
@@ -339,7 +339,7 @@
340340
341341 }
342342
343 - /*
 343+ /**
344344 * Immediate version of notifyOnPageChange().
345345 *
346346 * Send emails corresponding to the user $editor editing the page $title.
@@ -354,7 +354,7 @@
355355 * @param $watchers array of user IDs
356356 * @param $deleted boolean If page was deleted
357357 */
358 - function actuallyNotifyOnPageChange($editor, $title, $timestamp, $summary, $minorEdit, $oldid, $watchers) {
 358+ function actuallyNotifyOnPageChange( $editor, $title, $timestamp, $summary, $minorEdit, $oldid, $watchers, $deleted ) {
359359 # we use $wgPasswordSender as sender's address
360360 global $wgEnotifWatchlist;
361361 global $wgEnotifMinorEdits, $wgEnotifUserTalk;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r55459(bug 15646) Page creation notification email is sent when a watched page is d...demon23:33, 21 August 2009

Status & tagging log