mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'MDL-56220-m' of https://github.com/micaherne/moodle
This commit is contained in:
commit
209d36cc78
2
cache/locallib.php
vendored
2
cache/locallib.php
vendored
@ -691,7 +691,7 @@ abstract class cache_administration_helper extends cache_helper {
|
||||
'plugin' => $details['plugin'],
|
||||
'default' => $details['default'],
|
||||
'isready' => $store->is_ready(),
|
||||
'requirementsmet' => $store->are_requirements_met(),
|
||||
'requirementsmet' => $class::are_requirements_met(),
|
||||
'mappings' => 0,
|
||||
'lock' => $lock,
|
||||
'modes' => array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user