From a9beb0adab93f2cfb97b8b07194824e226d2beb6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Wed, 17 Dec 2008 14:07:07 +0000 Subject: [PATCH] * Shut this up --- includes/UserMailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1