r77761 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77760‎ | r77761 | r77762 >
Date:04:14, 5 December 2010
Author:demon
Status:ok
Tags:
Comment:
php4 access declarations are silly
Modified paths:
  • /trunk/phase3/includes/UserMailer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/UserMailer.php
@@ -443,9 +443,9 @@
444444 }
445445
446446 /**
447 - * @private
 447+ * Generate the generic "this page has been changed" e-mail text.
448448 */
449 - function composeCommonMailtext() {
 449+ private function composeCommonMailtext() {
450450 global $wgPasswordSender, $wgPasswordSenderName, $wgNoReplyAddress;
451451 global $wgEnotifFromEditor, $wgEnotifRevealEditorAddress;
452452 global $wgEnotifImpersonal, $wgEnotifUseRealName;

Status & tagging log