mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 07:25:30 +02:00
Merge branch 'MDL-58291-master-unoconvlink' of git://github.com/mudrd8mz/moodle
This commit is contained in:
commit
11e7eb3088
@ -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