Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c06a812
)
MDL-28466 remove enrol_authorize from standard list of plugins
author
Dan Poltawski
<dan@moodle.com>
Fri, 5 Jul 2013 07:21:43 +0000
(15:21 +0800)
committer
Dan Poltawski
<dan@moodle.com>
Mon, 15 Jul 2013 02:25:22 +0000
(10:25 +0800)
lib/pluginlib.php
patch
|
blob
|
blame
|
history
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'
),