Index: trunk/phase3/includes/UserMailer.php |
— | — | @@ -310,6 +310,8 @@ |
311 | 311 | array( /* SET */ |
312 | 312 | 'wl_notificationtimestamp' => $dbw->timestamp( $timestamp ) |
313 | 313 | ), array( /* WHERE */ |
| 314 | + 'wl_title' => $title->getDBkey(), |
| 315 | + 'wl_namespace' => $title->getNamespace(), |
314 | 316 | 'wl_user' => $watchers |
315 | 317 | ), __METHOD__ |
316 | 318 | ); |