From: Chad Horohoe Date: Sun, 5 Dec 2010 04:14:39 +0000 (+0000) Subject: php4 access declarations are silly X-Git-Tag: 1.31.0-rc.0~33563 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=23a57f8eb83994fc78f29bb833a1b2f5758ae0a1;p=lhc%2Fweb%2Fwiklou.git php4 access declarations are silly --- 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;