inc/managers/CRUDManager.php
@@ -41,6 +41,10 @@ $this->content = $content; $this->cache = CacheManager::for($content); if (JVB_TESTING) { $this->cache->clear(); } // Create and configure skeleton $this->skeleton = new CRUDSkeleton(); $this->configure();