Enable cache again. [skip ci]

This commit is contained in:
James Cole
2017-10-30 17:32:21 +01:00
parent 82dc0d4aac
commit 0f83e78513

View File

@@ -82,7 +82,7 @@ class SearchController extends Controller
$cache->addProperty($fullQuery); $cache->addProperty($fullQuery);
if ($cache->has()) { if ($cache->has()) {
//$transactions = $cache->get(); $transactions = $cache->get();
} }
if (!$cache->has()) { if (!$cache->has()) {