Merge branch 'MDL-42012-38-alt' of git://github.com/andrewnicols/moodle into MOODLE_38_STABLE
This commit is contained in:
Vendored
+1
-1
@@ -84,7 +84,7 @@ class cache_disabled extends cache {
|
||||
return $this->get_datasource()->load_many_for_cache($keys);
|
||||
}
|
||||
|
||||
return $return;
|
||||
return array_combine($keys, array_fill(0, count($keys), false));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user