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:
317638a
)
MDL-28466 pluginlib: Add enrol_authorize as standard deleted plugin
author
Dan Poltawski
<dan@moodle.com>
Mon, 15 Jul 2013 02:15:16 +0000
(10:15 +0800)
committer
Dan Poltawski
<dan@moodle.com>
Mon, 15 Jul 2013 02:25:22 +0000
(10:25 +0800)
This means we won't bother our users about it in the plugin list
thanks Marina for picking it up!
lib/pluginlib.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/pluginlib.php
b/lib/pluginlib.php
index
b76cd31
..
fb6ff3b
100644
(file)
--- a/
lib/pluginlib.php
+++ b/
lib/pluginlib.php
@@
-636,6
+636,7
@@
class plugin_manager {
// Moodle 2.3 supports upgrades from 2.2.x only.
$plugins = array(
'qformat' => array('blackboard'),
+ 'enrol' => array('authorize'),
);
if (!isset($plugins[$type])) {