mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
Merge branch 'MDL-49587' of git://github.com/mike-grant/moodle
This commit is contained in:
commit
ee366cf907
@ -1102,7 +1102,7 @@ $cache = '.var_export($cache, true).';
|
||||
$plugin = new stdClass();
|
||||
$plugin->version = null;
|
||||
$module = $plugin;
|
||||
@include($fullplug.'/version.php');
|
||||
include($fullplug.'/version.php');
|
||||
$versions[$type.'_'.$plug] = $plugin->version;
|
||||
}
|
||||
}
|
||||
|
@ -291,7 +291,7 @@ class core_plugin_manager {
|
||||
$plugin = new stdClass();
|
||||
$plugin->version = null;
|
||||
$module = $plugin;
|
||||
@include($fullplug.'/version.php');
|
||||
include($fullplug.'/version.php');
|
||||
$this->presentplugins[$type][$plug] = $plugin;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user