Index: trunk/phase3/includes/UserMailer.php |
— | — | @@ -373,6 +373,7 @@ |
374 | 374 | ), array( /* WHERE */ |
375 | 375 | 'wl_title' => $title->getDBkey(), |
376 | 376 | 'wl_namespace' => $title->getNamespace(), |
| 377 | + 'wl_notificationtimestamp' => NULL |
377 | 378 | ), 'UserMailer::NotifyOnChange' |
378 | 379 | ); |
379 | 380 | # FIXME what do we do on failure ? |