Index: trunk/extensions/CheckUser/CheckUser.php |
— | — | @@ -35,7 +35,7 @@ |
36 | 36 | # Recent changes data hook |
37 | 37 | global $wgHooks; |
38 | 38 | $wgHooks['RecentChange_save'][] = 'efUpdateCheckUserData'; |
39 | | -$wgHooks['EmailUser'][] = 'efUpdateCUEmailData'; // Keep disabled for now pending discussion of privacy issues |
| 39 | +$wgHooks['EmailUser'][] = 'efUpdateCUEmailData'; |
40 | 40 | $wgHooks['User::mailPasswordInternal'][] = 'efUpdateCUPasswordResetData'; |
41 | 41 | |
42 | 42 | $wgHooks['ParserTestTables'][] = 'efCheckUserParserTestTables'; |