1
0
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:
Ruslan Kabalin 2012-05-02 11:58:37 +01:00
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');