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
+1
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');