Merge branch 'MDL-24860_messaging_providers' of git://github.com/andyjdavis/moodle

Conflicts:
	mod/lesson/version.php
This commit is contained in:
Petr Skoda 2010-12-27 13:39:20 +01:00
commit 1310964bb3
10 changed files with 51 additions and 2 deletions

View file

@ -303,6 +303,7 @@ class enrol_self_plugin extends enrol_plugin {
$contact = get_admin();
}
//directly emailing welcome message rather than using messaging
email_to_user($user, $contact, $subject, $message);
}