Skip to content

Commit 72edff0

Browse files
committed
alias_management: proper default value for implicit_domain
1 parent b3c7a9d commit 72edff0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Diff for: config/tools/users/alias_management/settings.inc.php

+10-10
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@
4646
\"DIDaliases\": \"my_dids\",
4747
}"
4848
),
49-
"implicit_domain" => array(
50-
"default" => "No",
51-
"name" => "Implicit Alias Domain",
52-
"type" => "dropdown",
53-
"options" => array(
54-
"No" => FALSE,
55-
"Yes" => TRUE
56-
),
57-
"tip" => "If checked, the domain will automatically be used as the alias domain."
58-
),
49+
"implicit_domain" => array(
50+
"default" => False,
51+
"name" => "Implicit Alias Domain",
52+
"type" => "dropdown",
53+
"options" => array(
54+
"No" => FALSE,
55+
"Yes" => TRUE
56+
),
57+
"tip" => "If checked, the domain will automatically be used as the alias domain."
58+
),
5959
"alias_format" => array(
6060
"name" => "Alias Format",
6161
"tip" => "Pattern/regexp to validate the inserted aliases (in order to enforce a certain format for the aliases).",

0 commit comments

Comments
 (0)