mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02:00
Try to fix installer in PHP 7.4
This commit is contained in:
committed by
Daniël Klabbers
parent
930f6b06af
commit
0ff686780e
@@ -108,7 +108,10 @@ class UninstalledSite implements SiteInterface
|
||||
'lifetime' => 120,
|
||||
'files' => $this->paths['storage'].'/sessions',
|
||||
'cookie' => 'session'
|
||||
]
|
||||
],
|
||||
'view' => [
|
||||
'paths' => [],
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user