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 ed30c60 commit 46c7758Copy full SHA for 46c7758
install/lib/installer_base.lib.php
@@ -554,7 +554,7 @@ public function configure_mailman($status = 'insert') {
554
$virtual_domains = "' '";
555
556
$content = str_replace('{hostname}', $conf['hostname'], $content);
557
- if(!isset($old_options['DEFAULT_SERVER_LANGUAGE'])) $old_options['DEFAULT_SERVER_LANGUAGE'] = ''
+ if(!isset($old_options['DEFAULT_SERVER_LANGUAGE'])) $old_options['DEFAULT_SERVER_LANGUAGE'] = '';
558
$content = str_replace('{default_language}', $old_options['DEFAULT_SERVER_LANGUAGE'], $content);
559
$content = str_replace('{virtual_domains}', $virtual_domains, $content);
560
0 commit comments