MDL-28466 remove enrol_authorize from standard list of plugins
authorDan Poltawski <dan@moodle.com>
Fri, 5 Jul 2013 07:21:43 +0000 (15:21 +0800)
committerDan Poltawski <dan@moodle.com>
Mon, 15 Jul 2013 02:25:22 +0000 (10:25 +0800)
lib/pluginlib.php

index 1706683..b76cd31 100644 (file)
@@ -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'
             ),