diff --git a/src/mibew/libs/classes/Mibew/Controller/InstallController.php b/src/mibew/libs/classes/Mibew/Controller/InstallController.php index 498568da..a5aea8d0 100644 --- a/src/mibew/libs/classes/Mibew/Controller/InstallController.php +++ b/src/mibew/libs/classes/Mibew/Controller/InstallController.php @@ -489,7 +489,7 @@ class InstallController extends AbstractController protected function getStyle() { if (is_null($this->style)) { - $this->style = new PageStyle('default'); + $this->style = $this->prepareStyle(new PageStyle('default')); } return $this->style;