Skip to content

Commit

Permalink
Merge branch 'MDL-30607_override_email_22' of git://github.com/andyjd…
Browse files Browse the repository at this point in the history
…avis/moodle into MOODLE_22_STABLE
  • Loading branch information
Aparup Banerjee committed Dec 8, 2011
2 parents 78baf38 + 924deff commit add75e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message/output/email/message_output_email.php
Expand Up @@ -83,7 +83,7 @@ function config_form($preferences){
* @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;
}
}
Expand Down

0 comments on commit add75e9

Please sign in to comment.