Fixing Installer - ReplaceMacro

This commit is contained in:
Philipp Holzer 2019-06-07 00:36:10 +02:00
parent f1c044e3b6
commit 79fe3c92c7
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
3 changed files with 12 additions and 21 deletions

View file

@ -156,7 +156,7 @@ class Installer
'$basepath' => $basepath,
'$timezone' => $configCache->get('system', 'default_timezone'),
'$language' => $configCache->get('system', 'language'),
], false);
]);
$result = file_put_contents($basepath . DIRECTORY_SEPARATOR . 'config' . DIRECTORY_SEPARATOR . 'local.config.php', $txt);