Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 3.1.2, 3.2
-
Fix Version/s: 3.1.4
-
Component/s: Web Services
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_31_STABLE, MOODLE_32_STABLE
-
Fixed Branches:MOODLE_31_STABLE
-
Pull from Repository:
-
Pull Master Branch:
-
Pull Master Diff URL:
Description
The documentation for the return value of \core\plugininfo\webservice::get_enabled_plugins() says:
array|null of enabled plugins $pluginname=>$pluginname, null means unknown
This doesn't match the code, which always returns an array.