diff options
author | varac <varacanero@zeromail.org> | 2014-12-10 15:57:11 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2014-12-10 15:57:11 +0100 |
commit | f239077acfa25b3958d8cc17f39e2af934bd4f11 (patch) | |
tree | 8b087e2c5722d7b4a72e7e92a3788e9c7a025c23 /provider_base/provider.json | |
parent | 4c80f0891af507d84b5a1710cadb7e37378e93b2 (diff) | |
parent | 7871852a39bf59947b25184e6c6df365ba3b5052 (diff) |
Merge branch '6477_fix_internal_domain_names' into develop
Diffstat (limited to 'provider_base/provider.json')
-rw-r--r-- | provider_base/provider.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/provider_base/provider.json b/provider_base/provider.json index 9ef0f76a..77437935 100644 --- a/provider_base/provider.json +++ b/provider_base/provider.json @@ -1,6 +1,6 @@ { "domain": "REQUIRED", - "domain_internal": "= domain.sub(/\\..*$/,'.i')", + "domain_internal": "= domain.sub(/\\.[^\\.]*$/, '.i')", "name": { "en": "REQUIRED" }, |