Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98c4094
)
MDL-58291 fileconverter_unoconv: Fix the admin section name
author
David Mudrák
<david@moodle.com>
Thu, 16 Mar 2017 18:56:59 +0000
(19:56 +0100)
committer
David Mudrák
<david@moodle.com>
Thu, 16 Mar 2017 18:56:59 +0000
(19:56 +0100)
files/converter/unoconv/testunoconv.php
patch
|
blob
|
blame
|
history
diff --git
a/files/converter/unoconv/testunoconv.php
b/files/converter/unoconv/testunoconv.php
index
ab89c7a
..
b39e2cd
100644
(file)
--- 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();