mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 04:19:12 +00:00
Fix #1348
This commit is contained in:
@@ -254,6 +254,9 @@ class JournalCollector implements JournalCollectorInterface
|
|||||||
$key = 'query-' . substr($hash, -8);
|
$key = 'query-' . substr($hash, -8);
|
||||||
$cache = new CacheProperties;
|
$cache = new CacheProperties;
|
||||||
$cache->addProperty($key);
|
$cache->addProperty($key);
|
||||||
|
foreach($this->filters as $filter) {
|
||||||
|
$cache->addProperty((string)$filter);
|
||||||
|
}
|
||||||
if ($cache->has()) {
|
if ($cache->has()) {
|
||||||
Log::debug(sprintf('Return cache of query with ID "%s".', $key));
|
Log::debug(sprintf('Return cache of query with ID "%s".', $key));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user