diff --git a/module/VuFind/src/VuFind/Bootstrapper.php b/module/VuFind/src/VuFind/Bootstrapper.php index ce3bea3275c370ec936223f008b842e8cda3f9a3..1f4e6063cbf5e241383350c18fe04ff8a5a5d62b 100644 --- a/module/VuFind/src/VuFind/Bootstrapper.php +++ b/module/VuFind/src/VuFind/Bootstrapper.php @@ -372,11 +372,6 @@ class Bootstrapper */ protected function initTheme() { - // Themes not needed in console mode: - if (Console::isConsole()) { - return; - } - // Attach remaining theme configuration to the dispatch event at high // priority (TODO: use priority constant once defined by framework): $config = $this->config->Site;