Index: branches/REL1_15/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 | ); |
Property changes on: branches/REL1_15/phase3 |
___________________________________________________________________ |
Name: svn:mergeinfo |
317 | 319 | - /trunk/phase3:49051,49068,49086,49775 |
318 | 320 | + /trunk/phase3:49051,49068,49086,49682,49775 |