Index: trunk/extensions/NewUserNotif/NewUserNotif.php |
— | — | @@ -43,7 +43,7 @@ |
44 | 44 | /** |
45 | 45 | * These are the parameters that will be passed into MediaWiki:newusernotifbody |
46 | 46 | * Can use anthing available as part of $this, $user (created user object), $recipient (target), |
47 | | - * or from globals $wfContLang, $wgSitename |
| 47 | + * or from globals $wgContLang, $wgSitename |
48 | 48 | */ |
49 | 49 | $wgNewUserNotifSenderParam = array( |
50 | 50 | '$recipient', // $1 Recipient (of notification message) |