php4 access declarations are silly
authorChad Horohoe <demon@users.mediawiki.org>
Sun, 5 Dec 2010 04:14:39 +0000 (04:14 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sun, 5 Dec 2010 04:14:39 +0000 (04:14 +0000)
includes/UserMailer.php

index 0749aaf..c15843d 100644 (file)
@@ -443,9 +443,9 @@ class EmailNotification {
        }
 
        /**
-        * @private
+        * Generate the generic "this page has been changed" e-mail text.
         */
-       function composeCommonMailtext() {
+       private function composeCommonMailtext() {
                global $wgPasswordSender, $wgPasswordSenderName, $wgNoReplyAddress;
                global $wgEnotifFromEditor, $wgEnotifRevealEditorAddress;
                global $wgEnotifImpersonal, $wgEnotifUseRealName;