mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-31 13:24:41 +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()
|
||||
{
|
||||
if (is_null($this->style)) {
|
||||
$this->style = new PageStyle('default');
|
||||
$this->style = $this->prepareStyle(new PageStyle('default'));
|
||||
}
|
||||
|
||||
return $this->style;
|
||||
|
Loading…
Reference in New Issue
Block a user