Merge branch 'MDL-32009-master-3' of git://git.luns.net.uk/moodle

This commit is contained in:
Dan Poltawski 2012-05-07 11:07:28 +08:00
commit b2344ab366

View File

@ -70,6 +70,7 @@ if (!empty($uninstall) && confirm_sesskey()) {
} else {
message_processor_uninstall($processor->name);
$a = new stdClass();
$a->processor = $processorname;
$a->directory = $CFG->dirroot.'/message/output/'.$processor->name;
notice(get_string('processordeletefiles', 'message', $a), 'message.php');