mirror of
https://github.com/moodle/moodle.git
synced 2025-04-25 10:26:17 +02:00
Merge branch 'MDL-30607_override_email' of git://github.com/andyjdavis/moodle
This commit is contained in:
commit
a92365080d
@ -83,7 +83,7 @@ class message_output_email extends message_output {
|
||||
* @param array $preferences preferences array
|
||||
*/
|
||||
function process_form($form, &$preferences){
|
||||
if (isset($form->email_email) && !empty($form->email_email)) {
|
||||
if (isset($form->email_email)) {
|
||||
$preferences['message_processor_email_email'] = $form->email_email;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user