MDL-58291 fileconverter_unoconv: Fix the admin section name
authorDavid Mudrák <david@moodle.com>
Thu, 16 Mar 2017 18:56:59 +0000 (19:56 +0100)
committerDavid Mudrák <david@moodle.com>
Thu, 16 Mar 2017 18:56:59 +0000 (19:56 +0100)
files/converter/unoconv/testunoconv.php

index ab89c7a..b39e2cd 100644 (file)
@@ -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();