Skip to content

Commit

Permalink
MDL-56220 cache: Call static method correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
micaherne committed Oct 4, 2016
1 parent 049d208 commit d0f145c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache/locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ public static function get_store_instance_summaries() {
'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(
Expand Down

0 comments on commit d0f145c

Please sign in to comment.