MDL-58291 fileconverter_unoconv: Fix the admin section name

This commit is contained in:
David Mudrák 2017-03-16 19:56:59 +01:00
parent 98c4094eac
commit b2c395d367

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();