Merge pull request #7233 from nupplaphil/bug/installer_replace_macro

Fixing Installer - ReplaceMacro
This commit is contained in:
Hypolite Petovan
2019-06-06 20:37:11 -04:00
committed by GitHub
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);