Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
MDL-28466 remove enrol_authorize from standard list of plugins
[moodle.git]
/
lib
/
pluginlib.php
diff --git
a/lib/pluginlib.php
b/lib/pluginlib.php
index
1706683
..
b76cd31
100644
(file)
--- a/
lib/pluginlib.php
+++ b/
lib/pluginlib.php
@@
-715,7
+715,7
@@
class plugin_manager {
),
'enrol' => array(
- '
authorize', '
category', 'cohort', 'database', 'flatfile',
+ 'category', 'cohort', 'database', 'flatfile',
'guest', 'imsenterprise', 'ldap', 'manual', 'meta', 'mnet',
'paypal', 'self'
),