mirror of
https://github.com/Mibew/mibew.git
synced 2025-03-02 18:08:32 +03:00
Fix problems with installation script
This commit is contained in:
parent
7201dfd113
commit
58959cf866
@ -489,7 +489,7 @@ class InstallController extends AbstractController
|
|||||||
protected function getStyle()
|
protected function getStyle()
|
||||||
{
|
{
|
||||||
if (is_null($this->style)) {
|
if (is_null($this->style)) {
|
||||||
$this->style = new PageStyle('default');
|
$this->style = $this->prepareStyle(new PageStyle('default'));
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->style;
|
return $this->style;
|
||||||
|
Loading…
Reference in New Issue
Block a user