Merge branch 'MDL-79230-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE

This commit is contained in:
Andrew Nicols 2023-09-05 10:56:55 +08:00
commit 0e857d3710
No known key found for this signature in database
GPG Key ID: 6D1E3157C8CFBF14

View File

@ -43,7 +43,7 @@ class tiny extends \core\plugininfo\base {
*/
public static function get_manage_url(): moodle_url {
return new moodle_url('/admin/settings.php', [
'section' => 'editosettingstiny',
'section' => 'editorsettingstiny',
]);
}