From ae46ca5fcc8823c446fba6b275daa02f5c8a7973 Mon Sep 17 00:00:00 2001 From: Frederic Massart Date: Tue, 23 Dec 2014 12:04:02 +0800 Subject: [PATCH] MDL-42616 core: Adding tool_filetypes to the standard plugins list --- lib/classes/plugin_manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/classes/plugin_manager.php b/lib/classes/plugin_manager.php index c75a0042307..dde8b7e2ca7 100644 --- a/lib/classes/plugin_manager.php +++ b/lib/classes/plugin_manager.php @@ -1141,7 +1141,7 @@ class core_plugin_manager { 'tool' => array( 'assignmentupgrade', 'availabilityconditions', 'behat', 'capability', 'customlang', - 'dbtransfer', 'generator', 'health', 'innodb', 'installaddon', + 'dbtransfer', 'filetypes', 'generator', 'health', 'innodb', 'installaddon', 'langimport', 'log', 'messageinbound', 'multilangupgrade', 'monitor', 'phpunit', 'profiling', 'replace', 'spamcleaner', 'task', 'timezoneimport', 'unittest', 'uploadcourse', 'uploaduser', 'unsuproles', 'xmldb'