@@ -196,7 +196,7 @@ |
||
| 196 | 196 | { |
| 197 | 197 | $key = strval($key); |
| 198 | 198 | |
| 199 | - $key = $this->getActualCacheKey($key); |
|
| 199 | + $key = $this->getActualCacheKey($key); |
|
| 200 | 200 | $contents = $this->getCacheContents(); |
| 201 | 201 | $meta = isset($contents[$key]) ? $contents[$key] : []; |
| 202 | 202 | |