We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48f5c05 + b2c395d commit 11e7eb3Copy full SHA for 11e7eb3
files/converter/unoconv/testunoconv.php
@@ -65,7 +65,7 @@
65
$msg = $OUTPUT->notification(get_string("test_unoconv{$result->status}", 'fileconverter_unoconv'), 'warning');
66
break;
67
}
68
-$returl = new moodle_url('/admin/settings.php', array('section' => 'fileconverter_unoconv'));
+$returl = new moodle_url('/admin/settings.php', array('section' => 'fileconverterunoconv'));
69
$msg .= $OUTPUT->continue_button($returl);
70
71
echo $OUTPUT->header();
0 commit comments