mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
MDL-58291 fileconverter_unoconv: Fix the admin section name
This commit is contained in:
parent
98c4094eac
commit
b2c395d367
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user