Merge branch 'MDL-58291-master-unoconvlink' of git://github.com/mudrd8mz/moodle

This commit is contained in:
Dan Poltawski 2017-03-20 08:49:54 +00:00
commit 11e7eb3088

View File

@ -65,7 +65,7 @@ switch ($result->status) {
$msg = $OUTPUT->notification(get_string("test_unoconv{$result->status}", 'fileconverter_unoconv'), 'warning');
break;
}
$returl = new moodle_url('/admin/settings.php', array('section' => 'fileconverter_unoconv'));
$returl = new moodle_url('/admin/settings.php', array('section' => 'fileconverterunoconv'));
$msg .= $OUTPUT->continue_button($returl);
echo $OUTPUT->header();