From 317638a3d69896f9128ebd0da1e59db9722b65dd Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Fri, 5 Jul 2013 15:21:43 +0800 Subject: [PATCH] MDL-28466 remove enrol_authorize from standard list of plugins --- lib/pluginlib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pluginlib.php b/lib/pluginlib.php index 1706683964b..b76cd313741 100644 --- 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' ), -- 2.43.0