Index: trunk/phase3/includes/UserMailer.php |
— | — | @@ -443,9 +443,9 @@ |
444 | 444 | } |
445 | 445 | |
446 | 446 | /** |
447 | | - * @private |
| 447 | + * Generate the generic "this page has been changed" e-mail text. |
448 | 448 | */ |
449 | | - function composeCommonMailtext() { |
| 449 | + private function composeCommonMailtext() { |
450 | 450 | global $wgPasswordSender, $wgPasswordSenderName, $wgNoReplyAddress; |
451 | 451 | global $wgEnotifFromEditor, $wgEnotifRevealEditorAddress; |
452 | 452 | global $wgEnotifImpersonal, $wgEnotifUseRealName; |