mirror of
https://github.com/silverstripe/silverstripe-textextraction
synced 2024-10-22 09:06:00 +00:00
BUG Fix incorrect cache key generation
This commit is contained in:
parent
adb71a7823
commit
1f4083dda4
@ -58,7 +58,7 @@ class FileTextCache_SSCache implements FileTextCache, Flushable {
|
||||
}
|
||||
|
||||
protected function getKey(File $file) {
|
||||
return md5($file->getFullPath);
|
||||
return md5($file->getFullPath());
|
||||
}
|
||||
|
||||
public function load(File $file) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user