From: Niklas Laxström Date: Wed, 17 Dec 2008 14:07:07 +0000 (+0000) Subject: * Shut this up X-Git-Tag: 1.31.0-rc.0~43912 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=a9beb0adab93f2cfb97b8b07194824e226d2beb6;p=lhc%2Fweb%2Fwiklou.git * Shut this up --- diff --git a/includes/UserMailer.php b/includes/UserMailer.php index 333f07625f..05ba9a311f 100644 --- a/includes/UserMailer.php +++ b/includes/UserMailer.php @@ -262,7 +262,7 @@ class EmailNotification { * The recipient is appended to the arguments given to messageCompositionFunction. * Both callbacks are to be given in the same formats accepted by the hook system. */ - function notify($editor, $timestamp, $userListFunction, $messageCompositionFunction) { + static function notify($editor, $timestamp, $userListFunction, $messageCompositionFunction) { global $wgEnotifUseRealName, $wgEnotifImpersonal; global $wgLang;