| | |
| | | } |
| | | |
| | | 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()); |
| | | } |
| | |
| | | } |
| | | // 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)); |