mirror of
https://github.com/moodle/moodle.git
synced 2025-04-23 09:23:09 +02:00
MDL-32717: Fix strict standards warning on uninstall
This commit is contained in:
parent
c9e34994cb
commit
0872ee1dd0
@ -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