mirror of
https://github.com/moodle/moodle.git
synced 2025-02-08 00:52:33 +01:00
Merge branch 'MDL-32009-master-3' of git://git.luns.net.uk/moodle
This commit is contained in:
commit
b2344ab366
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user