Index: trunk/phase3/includes/UserMailer.php |
— | — | @@ -262,7 +262,7 @@ |
263 | 263 | * The recipient is appended to the arguments given to messageCompositionFunction. |
264 | 264 | * Both callbacks are to be given in the same formats accepted by the hook system. |
265 | 265 | */ |
266 | | - function notify($editor, $timestamp, $userListFunction, $messageCompositionFunction) { |
| 266 | + static function notify($editor, $timestamp, $userListFunction, $messageCompositionFunction) { |
267 | 267 | global $wgEnotifUseRealName, $wgEnotifImpersonal; |
268 | 268 | global $wgLang; |
269 | 269 | |