From 3b107ff1e298ccb0da411d94e9efa2a67bc50a45 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Mon, 26 Nov 2007 22:39:19 +0000 Subject: [PATCH] Hint from Danny: the deal is the id must be the same with for attrib otherwise it misses it's functionality. and it's common to have same id as name. Thanks :) --- includes/SpecialEmailuser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialEmailuser.php b/includes/SpecialEmailuser.php index 297dab64c1..b7a176c21b 100644 --- a/includes/SpecialEmailuser.php +++ b/includes/SpecialEmailuser.php @@ -133,7 +133,7 @@ class EmailUserForm {
- " . wfCheckLabel( $emc, 'wpCCMe', 'wpCCMe', $wgUser->getBoolOption( 'ccmeonemails' ) ) . "
-- 2.20.1