Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
dd24216a
Commit
dd24216a
authored
Nov 14, 2016
by
Eloy Lafuente
Browse files
Merge branch 'MDL-56880-m' of
https://github.com/micaherne/moodle
parents
ed81eab3
51c6d25b
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/classes/plugininfo/webservice.php
View file @
dd24216a
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment