Fix problems with installation script

This commit is contained in:
Dmitriy Simushev 2014-09-09 10:07:43 +00:00
parent 7201dfd113
commit 58959cf866

View File

@ -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;