mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-07 08:14:42 +03:00
Fix setting of the chat style
This commit is contained in:
parent
47e7a81f6f
commit
ead790853e
@ -36,7 +36,7 @@ abstract class AbstractController extends BaseAbstractController
|
|||||||
protected function getStyle()
|
protected function getStyle()
|
||||||
{
|
{
|
||||||
if (is_null($this->style)) {
|
if (is_null($this->style)) {
|
||||||
$this->style = $this->prepareStyle(new ChatStyle(ChatStyle::getDefaultStyle()));
|
$this->style = $this->prepareStyle(new ChatStyle(ChatStyle::getCurrentStyle()));
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->style;
|
return $this->style;
|
||||||
|
Loading…
Reference in New Issue
Block a user