Jake Vanderwerf
2026-01-01 2bb9aaaf24b794b528e3894ee9f9c42ca6d7fe93
inc/helpers/time.php
@@ -141,7 +141,7 @@
 */
function jvbRenderHours(int $ID, JVBase\Meta\MetaManager $meta):string
{
   $cache = CacheManager::for('hours-'.$ID, WEEK_IN_SECONDS);
   $cache = CacheManager::for('hours-'.$ID, WEEK_IN_SECONDS)->connectTo('taxonomy');
   $key = 'hours_display';
   $cached = $cache->get($key);