r49682 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49681‎ | r49682 | r49683 >
Date:23:14, 20 April 2009
Author:vyznev
Status:ok
Tags:
Comment:
fix regression from r47927
Modified paths:
  • /trunk/phase3/includes/UserMailer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/UserMailer.php
@@ -310,6 +310,8 @@
311311 array( /* SET */
312312 'wl_notificationtimestamp' => $dbw->timestamp( $timestamp )
313313 ), array( /* WHERE */
 314+ 'wl_title' => $title->getDBkey(),
 315+ 'wl_namespace' => $title->getNamespace(),
314316 'wl_user' => $watchers
315317 ), __METHOD__
316318 );

Follow-up revisions

RevisionCommit summaryAuthorDate
r50093* Backported r49682: fixes total breakage of the "changed since last visit" f...tstarling06:09, 1 May 2009

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r47927(bug 10172) Move setting the "changed since last visit" flags out of the job ...catrope12:15, 2 March 2009

Status & tagging log