Jake Vanderwerf
2025-11-23 d7dbe7fee362d587dfc334135d9581b6216a4295
inc/registry/CheckCustomTables.php
@@ -128,9 +128,9 @@
         }
         try {
            if (array_key_exists('dashboard', $this->JVB_SITE) && $this->JVB_SITE['dashboard']) {
//          if (array_key_exists('dashboard', $this->JVB_SITE) && $this->JVB_SITE['dashboard']) {
               $tables = array_merge($tables, $this->queueTables(), $this->errorLogTables());
            }
//          }
         } catch (Exception $e) {
            error_log("JVB: Error in dashboard section: " . $e->getMessage());
         }
@@ -144,7 +144,7 @@
         }
         // RE-ENABLE favourites tables
         try {
            if ($this->JVB_SITE['favourites']) {
            if (array_key_exists('favourites', $this->JVB_SITE)) {
               error_log('JVB: Creating favourites tables...');
               $favouriteTables = $this->favouriteTables();
               error_log('JVB: Favourites tables created: ' . count($favouriteTables));