Skip to content

Commit 11e7eb3

Browse files
committed
Merge branch 'MDL-58291-master-unoconvlink' of git://github.com/mudrd8mz/moodle
2 parents 48f5c05 + b2c395d commit 11e7eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/converter/unoconv/testunoconv.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
$msg = $OUTPUT->notification(get_string("test_unoconv{$result->status}", 'fileconverter_unoconv'), 'warning');
6666
break;
6767
}
68-
$returl = new moodle_url('/admin/settings.php', array('section' => 'fileconverter_unoconv'));
68+
$returl = new moodle_url('/admin/settings.php', array('section' => 'fileconverterunoconv'));
6969
$msg .= $OUTPUT->continue_button($returl);
7070

7171
echo $OUTPUT->header();

0 commit comments

Comments
 (0)