Skip to content
Snippets Groups Projects
Commit 5fda25c4 authored by Demian Katz's avatar Demian Katz
Browse files

Merge pull request #621 from EreMaijala/cache-fix

Fixed ILS driver caching so that existing entries are updated.
parents 17afe34c e59f6c0a
No related merge requests found
......@@ -153,6 +153,6 @@ abstract class AbstractBase implements DriverInterface
'time' => time(),
'entry' => $entry
];
$this->cache->addItem($this->formatCacheKey($key), $item);
$this->cache->setItem($this->formatCacheKey($key), $item);
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment