mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
MDL-29029 move health center to admin tools
AMOS BEGIN MOV [healthcenter,moodle],[pluginname,tool_health] MOV [healthnoproblemsfound,moodle],[healthnoproblemsfound,tool_health] MOV [healthproblemsdetected,moodle],[healthproblemsdetected,tool_health] MOV [healthproblemsolution,moodle],[healthproblemsolution,tool_health] MOV [healthreturntomain,moodle],[healthreturntomain,tool_health] MOV [healthsolution,moodle],[healthsolution,tool_health] AMOS END
This commit is contained in:
parent
8e4c1a80b4
commit
7f1d34f0eb
8 changed files with 196 additions and 85 deletions
|
@ -367,7 +367,8 @@ class plugin_manager {
|
|||
),
|
||||
|
||||
'tool' => array(
|
||||
'bloglevelupgrade', 'capability', 'generator', 'profiling', 'unittest', 'unsuproles'
|
||||
'bloglevelupgrade', 'capability', 'generator', 'health',
|
||||
'profiling', 'unittest', 'unsuproles'
|
||||
),
|
||||
|
||||
'webservice' => array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue