diff --git a/src/App.php b/src/App.php index 07e776745..655ea84f0 100644 --- a/src/App.php +++ b/src/App.php @@ -1091,6 +1091,10 @@ class App */ public function getCurrentTheme() { + if ($this->mode == App::MODE_INSTALL) { + return ''; + } + if (!$this->current_theme) { $this->computeCurrentTheme(); }