mirror of
https://github.com/friendica/friendica
synced 2025-04-26 22:30:18 +00:00
Fixing Installer - ReplaceMacro
This commit is contained in:
parent
f1c044e3b6
commit
79fe3c92c7
3 changed files with 12 additions and 21 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue