Skip to content

Commit b2c395d

Browse files
committedMar 16, 2017
MDL-58291 fileconverter_unoconv: Fix the admin section name
1 parent 98c4094 commit b2c395d

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)
Please sign in to comment.