Skip to content

Commit ce4c98c

Browse files
author
Thom Pol
committed
Fix syntax error
1 parent 7010250 commit ce4c98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/mail/mail_domain_edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ function onShowEnd() {
192192

193193
// Check wether per domain relaying is enabled or not
194194
$global_config = $app->getconf->get_global_config('mail');
195-
if($global_config['show_per_domain_relay_options'] == 'n' {
195+
if($global_config['show_per_domain_relay_options'] == 'n') {
196196
$app->tpl->setVar("show_per_domain_relay_options", 1);
197197
} else {
198198
$app->tpl->setVar("show_per_domain_relay_options", 0);

0 commit comments

Comments
 (0)