From 72addd0bc8f86251be48f9a6e729ee0360b9350a Mon Sep 17 00:00:00 2001 From: Ilmari Karonen Date: Mon, 20 Apr 2009 23:14:58 +0000 Subject: [PATCH] fix regression from r47927 --- includes/UserMailer.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/UserMailer.php b/includes/UserMailer.php index 6baae31e73..b6484935d1 100644 --- a/includes/UserMailer.php +++ b/includes/UserMailer.php @@ -310,6 +310,8 @@ class EmailNotification { array( /* SET */ 'wl_notificationtimestamp' => $dbw->timestamp( $timestamp ) ), array( /* WHERE */ + 'wl_title' => $title->getDBkey(), + 'wl_namespace' => $title->getNamespace(), 'wl_user' => $watchers ), __METHOD__ ); -- 2.20.1