From c4aa5cdb5e90ad4b420e22772797d16980232a2b Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Wed, 15 Apr 2026 18:38:55 +0000
Subject: [PATCH] =Updating custom tables to utilize CustomTable.php

---
 inc/blocks/_setup.php |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/inc/blocks/_setup.php b/inc/blocks/_setup.php
index a2ad8e4..25fc594 100644
--- a/inc/blocks/_setup.php
+++ b/inc/blocks/_setup.php
@@ -21,15 +21,16 @@
 	new JVBase\blocks\FAQBlock();
 }
 
-
-if (!empty(Registrar::getFeatured('is_gallery'))) {
+if (!empty(Registrar::getFeatured('is_glossary'))) {
 	require(JVB_DIR . '/inc/blocks/GlossaryBlock.php');
 	new JVBase\blocks\GlossaryBlock();
 }
+
 if (!empty(Registrar::getFeatured('is_timeline'))) {
 	require(JVB_DIR . '/inc/blocks/TimelineBlock.php');
 	new JVBase\blocks\TimelineBlock();
 }
+
 require(JVB_DIR . '/inc/blocks/SummaryBlock.php');
 new JVBase\blocks\SummaryBlock();
 

--
Gitblit v1.10.0