mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 13:33:52 +02:00
Merge branch 'MDL-56880-m' of https://github.com/micaherne/moodle
This commit is contained in:
commit
dd24216a3b
@ -33,7 +33,7 @@ defined('MOODLE_INTERNAL') || die();
|
||||
class webservice extends base {
|
||||
/**
|
||||
* Finds all enabled plugins, the result may include missing plugins.
|
||||
* @return array|null of enabled plugins $pluginname=>$pluginname, null means unknown
|
||||
* @return array of enabled plugins $pluginname => $pluginname
|
||||
*/
|
||||
public static function get_enabled_plugins() {
|
||||
global $CFG;
|
||||
|
Loading…
x
Reference in New Issue
Block a user