Merge branch 'MDL-49587' of git://github.com/mike-grant/moodle
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user