From 23a57f8eb83994fc78f29bb833a1b2f5758ae0a1 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sun, 5 Dec 2010 04:14:39 +0000 Subject: [PATCH] php4 access declarations are silly --- includes/UserMailer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/UserMailer.php b/includes/UserMailer.php index 0749aafa17..c15843d948 100644 --- a/includes/UserMailer.php +++ b/includes/UserMailer.php @@ -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; -- 2.20.1