We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e64bb3 commit c75ab94Copy full SHA for c75ab94
install/lib/installer_base.lib.php
@@ -777,7 +777,7 @@ public function configure_mailman($status = 'insert') {
777
$virtual_domains = "' '";
778
779
$content = str_replace('{hostname}', $conf['hostname'], $content);
780
- if(!isset($old_options['DEFAULT_SERVER_LANGUAGE']) || $old_options['DEFAULT_SERVER_LANGUAGE'] == '') $old_options['DEFAULT_SERVER_LANGUAGE'] = 'en';
+ if(!isset($old_options['DEFAULT_SERVER_LANGUAGE']) || $old_options['DEFAULT_SERVER_LANGUAGE'] == '') $old_options['DEFAULT_SERVER_LANGUAGE'] = "'en'";
781
$content = str_replace('{default_language}', $old_options['DEFAULT_SERVER_LANGUAGE'], $content);
782
$content = str_replace('{virtual_domains}', $virtual_domains, $content);
783
0 commit comments