MDL-41071 core: plugininfo_mod caches in plugininfo_mod definition

This commit is contained in:
Frederic Massart
2013-08-07 20:55:22 +08:00
parent a31e811563
commit cbb3990bcb
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -3341,7 +3341,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');