diff --git a/src/mibew/libs/classes/Mibew/Controller/Chat/AbstractController.php b/src/mibew/libs/classes/Mibew/Controller/Chat/AbstractController.php index 7bdba681..5a579901 100644 --- a/src/mibew/libs/classes/Mibew/Controller/Chat/AbstractController.php +++ b/src/mibew/libs/classes/Mibew/Controller/Chat/AbstractController.php @@ -36,7 +36,7 @@ abstract class AbstractController extends BaseAbstractController protected function getStyle() { if (is_null($this->style)) { - $this->style = $this->prepareStyle(new ChatStyle(ChatStyle::getDefaultStyle())); + $this->style = $this->prepareStyle(new ChatStyle(ChatStyle::getCurrentStyle())); } return $this->style;