Skip to content

Commit 46c7758

Browse files
committed
Typo
1 parent ed30c60 commit 46c7758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ public function configure_mailman($status = 'insert') {
554554
$virtual_domains = "' '";
555555

556556
$content = str_replace('{hostname}', $conf['hostname'], $content);
557-
if(!isset($old_options['DEFAULT_SERVER_LANGUAGE'])) $old_options['DEFAULT_SERVER_LANGUAGE'] = ''
557+
if(!isset($old_options['DEFAULT_SERVER_LANGUAGE'])) $old_options['DEFAULT_SERVER_LANGUAGE'] = '';
558558
$content = str_replace('{default_language}', $old_options['DEFAULT_SERVER_LANGUAGE'], $content);
559559
$content = str_replace('{virtual_domains}', $virtual_domains, $content);
560560

0 commit comments

Comments
 (0)