From: Ilmari Karonen Date: Mon, 20 Apr 2009 23:14:58 +0000 (+0000) Subject: fix regression from r47927 X-Git-Tag: 1.31.0-rc.0~42087 X-Git-Url: http://git.cyclocoop.org/data/Fool?a=commitdiff_plain;h=72addd0bc8f86251be48f9a6e729ee0360b9350a;p=lhc%2Fweb%2Fwiklou.git fix regression from r47927 --- 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__ );