inc/rest/routes/FeedRoutes.php
@@ -33,9 +33,9 @@ $this->cache_ttl = 86400; parent::__construct(); $this->cache ->connect('post') ->connect('taxonomy') ->connect('user'); ->connect('post', true) ->connect('taxonomy', true) ->connect('user', true); if (JVB_TESTING) { $this->cache->flush();