https://bugzilla.wikimedia.org/show_bug.cgi?id=55469

--- Comment #11 from Sam Reed (reedy) <[email protected]> ---
Still need to be defined in LocalSettings.php (Do we care about
register_globals now?)

Or even just do

// By default, send emails for each notification as they come in
$wgDefaultUserOptions['echo-email-frequency'] =
/*EchoHooks::EMAIL_IMMEDIATELY*/0;

if ( $wgAllowHTMLEmail ) {
    $wgDefaultUserOptions['echo-email-format'] =
/*EchoHooks::EMAIL_FORMAT_HTML*/'html';
} else {
    $wgDefaultUserOptions['echo-email-format'] =
/*EchoHooks::EMAIL_FORMAT_PLAIN_TEXT*/'plain-text';
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to