-
Bug
-
Resolution: Fixed
-
Minor
-
4.2.2
-
MOODLE_402_STABLE
-
MOODLE_402_STABLE, MOODLE_403_STABLE
-
MDL-79352-403 -
Viewing Plugins overview page, clicking the Settings link for Admin tools leads to the following URL which doesn't exist:
http://moodle.internal/master/admin/tools.php
|
We can see similar reference to non-existent pages here, fix them all:
$ git grep "/admin/tool\(s\)*\.php"
|
admin/classes/table/tool_plugin_management_table.php: new moodle_url('/admin/tools.php')
|
admin/classes/table/tool_plugin_management_table.php: return new moodle_url('/admin/tool.php', $params);
|
lib/classes/plugininfo/tool.php: return new moodle_url('/admin/tools.php');
|
Regression from MDL-76867 where we deleted the file but didn't update all references to it