MDL-41071 core: plugininfo_mod caches in plugininfo_mod definition
This commit is contained in:
+1
-1
@@ -3301,7 +3301,7 @@ class plugininfo_mod extends plugininfo_base {
|
||||
*/
|
||||
protected function load_version_php($disablecache=false) {
|
||||
|
||||
$cache = cache::make('core', 'plugininfo_base');
|
||||
$cache = cache::make('core', 'plugininfo_mod');
|
||||
|
||||
$versionsphp = $cache->get('versions_php');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user