-
Bug
-
Resolution: Fixed
-
Minor
-
2.0.2
-
None
-
any plataform
-
MOODLE_20_STABLE
-
MOODLE_20_STABLE
in the lib/adminlib.php file the line 5316
$eurl = new moodle_url('/admin/settings.php', array('section'=>'editorsettingstinymce'));
should be replaced by:
$eurl = new moodle_url('/admin/settings.php', array('section'=>'editorsettings'.$editor));
to allowed access to others editors (ckeditor for example) settings.