MDL-40220 use new core_component::get_plugin_types()

This commit is contained in:
Petr Škoda
2013-07-16 22:31:48 +02:00
parent 55fcd9323e
commit 46f6f7f224
14 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -456,7 +456,7 @@ class phpunit_util extends testing_util {
$suites = '';
$plugintypes = get_plugin_types();
$plugintypes = core_component::get_plugin_types();
ksort($plugintypes);
foreach ($plugintypes as $type=>$unused) {
$plugs = get_plugin_list($type);