1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

Try to fix installer in PHP 7.4

This commit is contained in:
Franz Liedke
2020-01-31 15:53:47 +01:00
committed by Daniël Klabbers
parent fc59f0fdd8
commit 4b78a3114f

View File

@@ -108,7 +108,10 @@ class UninstalledSite implements SiteInterface
'lifetime' => 120,
'files' => $this->paths['storage'].'/sessions',
'cookie' => 'session'
]
],
'view' => [
'paths' => [],
],
]);
}