Skip to content
Snippets Groups Projects
Commit ce4c98c5 authored by Thom Pol's avatar Thom Pol
Browse files

Fix syntax error

parent 7010250a
No related branches found
No related tags found
No related merge requests found
...@@ -192,7 +192,7 @@ class page_action extends tform_actions { ...@@ -192,7 +192,7 @@ class page_action extends tform_actions {
// Check wether per domain relaying is enabled or not // Check wether per domain relaying is enabled or not
$global_config = $app->getconf->get_global_config('mail'); $global_config = $app->getconf->get_global_config('mail');
if($global_config['show_per_domain_relay_options'] == 'n' { if($global_config['show_per_domain_relay_options'] == 'n') {
$app->tpl->setVar("show_per_domain_relay_options", 1); $app->tpl->setVar("show_per_domain_relay_options", 1);
} else { } else {
$app->tpl->setVar("show_per_domain_relay_options", 0); $app->tpl->setVar("show_per_domain_relay_options", 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment