Skip to content

Commit

Permalink
MDL-32717: Fix strict standards warning on uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan Kabalin committed May 2, 2012
1 parent c9e3499 commit 0872ee1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/message.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@

} 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');
Expand Down

0 comments on commit 0872ee1

Please sign in to comment.