Jake Vanderwerf
2025-11-04 42fa8304ddb811b0f725f245130f70c0f5e86a6c
inc/forms/TaxonomySelectorOld.php
@@ -44,7 +44,7 @@
        $this->taxonomy = jvbCheckBase($taxonomy);
        $this->name = str_replace(BASE, '', $taxonomy);
        $this->icon = new JVBIcons();
        $this->cache = new CacheManager('taxonomy');
        $this->cache = CacheManager::for(jvbNoBase($taxonomy), WEEK_IN_SECONDS);
        $this->base = $config['base'] ?? '';