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:
71a34a0
)
MDL-69013 core: Add quizaccess_safebrowser to deleted plugins
author
Andrew Nicols
<andrew@nicols.co.uk>
Thu, 11 Jun 2020 01:43:38 +0000
(09:43 +0800)
committer
Andrew Nicols
<andrew@nicols.co.uk>
Thu, 11 Jun 2020 01:43:38 +0000
(09:43 +0800)
lib/classes/plugin_manager.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/classes/plugin_manager.php
b/lib/classes/plugin_manager.php
index
bb7f39d
..
4d69a12
100644
(file)
--- a/
lib/classes/plugin_manager.php
+++ b/
lib/classes/plugin_manager.php
@@
-1725,6
+1725,7
@@
class core_plugin_manager {
'block' => array('course_overview', 'messages', 'community', 'participants'),
'cachestore' => array('memcache'),
'enrol' => array('authorize'),
+ 'quizaccess' => array('safebrowser'),
'report' => array('search'),
'repository' => array('alfresco'),
'tinymce' => array('dragmath'),