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:
72df032
)
MDL-43437 fix course format disabling
author
Petr Škoda
<commits@skodak.org>
Wed, 25 Sep 2013 08:03:06 +0000
(10:03 +0200)
committer
Petr Škoda
<commits@skodak.org>
Wed, 25 Sep 2013 08:03:06 +0000
(10:03 +0200)
lib/pluginlib.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/pluginlib.php
b/lib/pluginlib.php
index
1ae306b
..
3dc18ae
100644
(file)
--- a/
lib/pluginlib.php
+++ b/
lib/pluginlib.php
@@
-4030,7
+4030,7
@@
class plugininfo_format extends plugininfo_base {
if (empty($conf->value)) {
continue;
}
- list($type, $name) = explode('_', $conf->
component
, 2);
+ list($type, $name) = explode('_', $conf->
plugin
, 2);
unset($plugins[$name]);
}