mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-36937 cache: Fixed up typo
This commit is contained in:
parent
e4d7ec6b3b
commit
b870426ab6
2
cache/classes/store.php
vendored
2
cache/classes/store.php
vendored
@ -261,6 +261,6 @@ abstract class cache_store implements cache_store_interface {
|
||||
* @return bool
|
||||
*/
|
||||
public function supports_native_ttl() {
|
||||
return $this::supports_data_guarantee() & self::SUPPORTS_NATIVE_TTL;
|
||||
return $this::get_supported_features() & self::SUPPORTS_NATIVE_TTL;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user