From b2c395d36798ee128f2b442cae61b84ab00f58d5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20Mudr=C3=A1k?= Date: Thu, 16 Mar 2017 19:56:59 +0100 Subject: [PATCH] MDL-58291 fileconverter_unoconv: Fix the admin section name --- files/converter/unoconv/testunoconv.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/converter/unoconv/testunoconv.php b/files/converter/unoconv/testunoconv.php index ab89c7aecb6..b39e2cda289 100644 --- a/files/converter/unoconv/testunoconv.php +++ b/files/converter/unoconv/testunoconv.php @@ -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(); -- 2.43.0