fix regression from r47927
authorIlmari Karonen <vyznev@users.mediawiki.org>
Mon, 20 Apr 2009 23:14:58 +0000 (23:14 +0000)
committerIlmari Karonen <vyznev@users.mediawiki.org>
Mon, 20 Apr 2009 23:14:58 +0000 (23:14 +0000)
includes/UserMailer.php

index 6baae31..b648493 100644 (file)
@@ -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__
                                );